Html Css Color HEX #BDC9DD Link Water

📋 copy color: '#BDC9DD'

red 189 ◦ green 201 ◦ blue 221

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

Shades of Link Water #BDC9DD

Tints of Link Water #BDC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.9%

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

R = 30.93%
G = 32.9%
B = 36.17%

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

#BDC9DD (or 0xBDC9DD) is known color: Link Water. HEX triplet: BD, C9 and DD. RGB value is (189,201,221). Sum of RGB (Red+Green+Blue) = 189+201+221=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DD is #423622. Grayscale: #C7C7C7. Windows color (decimal): -4339235 or 14535101. OLE color: 14535101.

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

Color convert

RGB 189 201 221 -
CMYK 0.14 0.09 0 0.13
HSL 217.5º 0.32% 0.8% -
HSV(B) 217.5º 0.14% 0.87% -
XYZ 54.92 57.81 76.67 -
YUV 199.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 189 201 221 0.14 0.09 0 0.13 217.5 0.32 0.8
Hex BD C9 DD E 9 0 D DA 20 50
Octal 275 311 335 16 11 0 15 332 40 120
Binary 10111101 11001001 11011101 1110 1001 0 1101 11011010 100000 1010000

Color Harmonies of #BDC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9DD

Black with #BDC9DD

Text Example


Text Example

White with #BDC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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