Html Css Color HEX #BDCADE Link Water

📋 copy color: '#BDCADE'

red 189 ◦ green 202 ◦ blue 222

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

Shades of Link Water #BDCADE

Tints of Link Water #BDCADE

RGB

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

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

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

R = 30.83%
G = 32.95%
B = 36.22%

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

#BDCADE (or 0xBDCADE) is known color: Link Water. HEX triplet: BD, CA and DE. RGB value is (189,202,222). Sum of RGB (Red+Green+Blue) = 189+202+222=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCADE is #423521. Grayscale: #C8C8C8. Windows color (decimal): -4338978 or 14600893. OLE color: 14600893.

HSL color Cylindrical-coordinate representation of color #BDCADE: hue angle of 216.36º 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 #BDCADE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 202 222 -
CMYK 0.15 0.09 0 0.13
HSL 216.36º 0.33% 0.81% -
HSV(B) 216.36º 0.15% 0.87% -
XYZ 55.29 58.33 77.45 -
YUV 200.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 189 202 222 0.15 0.09 0 0.13 216.36 0.33 0.81
Hex BD CA DE F 9 0 D D8 21 51
Octal 275 312 336 17 11 0 15 330 41 121
Binary 10111101 11001010 11011110 1111 1001 0 1101 11011000 100001 1010001

Color Harmonies of #BDCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCADE

Black with #BDCADE

Text Example


Text Example

White with #BDCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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