Html Css Color HEX #BDC8CC Heather

📋 copy color: '#BDC8CC'

red 189 ◦ green 200 ◦ blue 204

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

Shades of Heather #BDC8CC

Tints of Heather #BDC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 31.87%
G = 33.73%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDC8CC (or 0xBDC8CC) is known color: Heather. HEX triplet: BD, C8 and CC. RGB value is (189,200,204). Sum of RGB (Red+Green+Blue) = 189+200+204=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8CC is #423733. Grayscale: #C5C5C5. Windows color (decimal): -4339508 or 13420733. OLE color: 13420733.

HSL color Cylindrical-coordinate representation of color #BDC8CC: hue angle of 196º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC8CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 200 204 -
CMYK 0.07 0.02 0 0.2
HSL 196º 0.13% 0.77% -
HSV(B) 196º 0.07% 0.8% -
XYZ 52.54 56.49 65.26 -
YUV 197.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 189 200 204 0.07 0.02 0 0.2 196 0.13 0.77
Hex BD C8 CC 7 2 0 14 C4 D 4D
Octal 275 310 314 7 2 0 24 304 15 115
Binary 10111101 11001000 11001100 111 10 0 10100 11000100 1101 1001101

Color Harmonies of #BDC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8CC

Black with #BDC8CC

Text Example


Text Example

White with #BDC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8CC; }

 p { color: rgb(189,200,204); }

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

background-color css

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

 a { background-color: rgb(189,200,204); }

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

border-color css

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

 span { border-color: rgb(189,200,204); }

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