Html Css Color HEX #BDC9CE Heather

📋 copy color: '#BDC9CE'

red 189 ◦ green 201 ◦ blue 206

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

Shades of Heather #BDC9CE

Tints of Heather #BDC9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 31.71%
G = 33.72%
B = 34.56%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC9CE (or 0xBDC9CE) is known color: Heather. HEX triplet: BD, C9 and CE. RGB value is (189,201,206). Sum of RGB (Red+Green+Blue) = 189+201+206=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CE is #423631. Grayscale: #C5C5C5. Windows color (decimal): -4339250 or 13552061. OLE color: 13552061.

HSL color Cylindrical-coordinate representation of color #BDC9CE: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC9CE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 201 206 -
CMYK 0.08 0.02 0 0.19
HSL 197.65º 0.15% 0.77% -
HSV(B) 197.65º 0.08% 0.81% -
XYZ 53.01 57.05 66.61 -
YUV 197.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 189 201 206 0.08 0.02 0 0.19 197.65 0.15 0.77
Hex BD C9 CE 8 2 0 13 C6 F 4D
Octal 275 311 316 10 2 0 23 306 17 115
Binary 10111101 11001001 11001110 1000 10 0 10011 11000110 1111 1001101

Color Harmonies of #BDC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9CE

Black with #BDC9CE

Text Example


Text Example

White with #BDC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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