Html Css Color HEX #BDCADD Link Water

📋 copy color: '#BDCADD'

red 189 ◦ green 202 ◦ blue 221

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

Shades of Link Water #BDCADD

Tints of Link Water #BDCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 30.88%
G = 33.01%
B = 36.11%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCADD (or 0xBDCADD) is known color: Link Water. HEX triplet: BD, CA and DD. RGB value is (189,202,221). Sum of RGB (Red+Green+Blue) = 189+202+221=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCADD is #423522. Grayscale: #C8C8C8. Windows color (decimal): -4338979 or 14535357. OLE color: 14535357.

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

Color convert

RGB 189 202 221 -
CMYK 0.14 0.09 0 0.13
HSL 215.63º 0.32% 0.8% -
HSV(B) 215.63º 0.14% 0.87% -
XYZ 55.16 58.28 76.75 -
YUV 200.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 189 202 221 0.14 0.09 0 0.13 215.63 0.32 0.8
Hex BD CA DD E 9 0 D D8 20 50
Octal 275 312 335 16 11 0 15 330 40 120
Binary 10111101 11001010 11011101 1110 1001 0 1101 11011000 100000 1010000

Color Harmonies of #BDCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCADD

Black with #BDCADD

Text Example


Text Example

White with #BDCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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