Html Css Color HEX #BDCBDE Link Water

📋 copy color: '#BDCBDE'

red 189 ◦ green 203 ◦ blue 222

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

Shades of Link Water #BDCBDE

Tints of Link Water #BDCBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 30.78%
G = 33.06%
B = 36.16%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCBDE (or 0xBDCBDE) is known color: Link Water. HEX triplet: BD, CB and DE. RGB value is (189,203,222). Sum of RGB (Red+Green+Blue) = 189+203+222=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDE is #423421. Grayscale: #C8C8C8. Windows color (decimal): -4338722 or 14601149. OLE color: 14601149.

HSL color Cylindrical-coordinate representation of color #BDCBDE: hue angle of 214.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCBDE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 203 222 -
CMYK 0.15 0.09 0 0.13
HSL 214.55º 0.33% 0.81% -
HSV(B) 214.55º 0.15% 0.87% -
XYZ 55.53 58.8 77.53 -
YUV 200.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 189 203 222 0.15 0.09 0 0.13 214.55 0.33 0.81
Hex BD CB DE F 9 0 D D7 21 51
Octal 275 313 336 17 11 0 15 327 41 121
Binary 10111101 11001011 11011110 1111 1001 0 1101 11010111 100001 1010001

Color Harmonies of #BDCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBDE

Black with #BDCBDE

Text Example


Text Example

White with #BDCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBDE; }

 p { color: rgb(189,203,222); }

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

background-color css

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

 a { background-color: rgb(189,203,222); }

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

border-color css

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

 span { border-color: rgb(189,203,222); }

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