Html Css Color HEX #B0C0CC Heather

📋 copy color: '#B0C0CC'

red 176 ◦ green 192 ◦ blue 204

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

Shades of Heather #B0C0CC

Tints of Heather #B0C0CC

RGB

 RED value IS 176 (69.14% from 255) = 30.77%

 GREEN value IS 192 (75.39% from 255) = 33.57%

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

R = 30.77%
G = 33.57%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0C0CC (or 0xB0C0CC) is known color: Heather. HEX triplet: B0, C0 and CC. RGB value is (176,192,204). Sum of RGB (Red+Green+Blue) = 176+192+204=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0CC is #4F3F33. Grayscale: #BCBCBC. Windows color (decimal): -5193524 or 13418672. OLE color: 13418672.

HSL color Cylindrical-coordinate representation of color #B0C0CC: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C0CC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 192 204 -
CMYK 0.14 0.06 0 0.2
HSL 205.71º 0.22% 0.75% -
HSV(B) 205.71º 0.14% 0.8% -
XYZ 47.65 51.29 64.51 -
YUV 188.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 176 192 204 0.14 0.06 0 0.2 205.71 0.22 0.75
Hex B0 C0 CC E 6 0 14 CE 16 4B
Octal 260 300 314 16 6 0 24 316 26 113
Binary 10110000 11000000 11001100 1110 110 0 10100 11001110 10110 1001011

Color Harmonies of #B0C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C0CC

Black with #B0C0CC

Text Example


Text Example

White with #B0C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C0CC; }

 p { color: rgb(176,192,204); }

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

background-color css

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

 a { background-color: rgb(176,192,204); }

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

border-color css

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

 span { border-color: rgb(176,192,204); }

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