Html Css Color HEX #BDCADC Link Water

📋 copy color: '#BDCADC'

red 189 ◦ green 202 ◦ blue 220

#BDCADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #BDCADC

Tints of Link Water #BDCADC

RGB

 RED value IS 189 (74.22% from 255) = 30.93%

 GREEN value IS 202 (79.3% from 255) = 33.06%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 30.93%
G = 33.06%
B = 36.01%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDCADC (or 0xBDCADC) is known color: Link Water. HEX triplet: BD, CA and DC. RGB value is (189,202,220). Sum of RGB (Red+Green+Blue) = 189+202+220=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCADC is #423523. Grayscale: #C8C8C8. Windows color (decimal): -4338980 or 14469821. OLE color: 14469821.

HSL color Cylindrical-coordinate representation of color #BDCADC: hue angle of 214.84º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCADC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 202 220 -
CMYK 0.14 0.08 0 0.14
HSL 214.84º 0.31% 0.8% -
HSV(B) 214.84º 0.14% 0.86% -
XYZ 55.03 58.23 76.05 -
YUV 200.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 189 202 220 0.14 0.08 0 0.14 214.84 0.31 0.8
Hex BD CA DC E 8 0 E D7 1F 50
Octal 275 312 334 16 10 0 16 327 37 120
Binary 10111101 11001010 11011100 1110 1000 0 1110 11010111 11111 1010000

Color Harmonies of #BDCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCADC

Black with #BDCADC

Text Example


Text Example

White with #BDCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCADC; }

 p { color: rgb(189,202,220); }

 H1.HeaderClassName
 {
   color: #BDCADC;
 }
 .AnyTagClassName
 {
   color: #BDCADC;
 }
</style>

background-color css

<style>
 a { background-color: #BDCADC; }

 a { background-color: rgb(189,202,220); }

 div.DivClassName
 {
   background-color: #BDCADC;
 }
 .BgClassName
 {
   background-color: #BDCADC;
 }
</style>

border-color css

<style>
 span { border-color: #BDCADC; }

 span { border-color: rgb(189,202,220); }

 td.TdClassName
 {
   border-color: #BDCADC;
 }
 .TagClassName
 {
   border-color: #BDCADC;
 }
</style>