Html Css Color HEX #B7C7CC Heather

📋 copy color: '#B7C7CC'

red 183 ◦ green 199 ◦ blue 204

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

Shades of Heather #B7C7CC

Tints of Heather #B7C7CC

RGB

 RED value IS 183 (71.88% from 255) = 31.23%

 GREEN value IS 199 (78.13% from 255) = 33.96%

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

R = 31.23%
G = 33.96%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7C7CC (or 0xB7C7CC) is known color: Heather. HEX triplet: B7, C7 and CC. RGB value is (183,199,204). Sum of RGB (Red+Green+Blue) = 183+199+204=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C7CC is #483833. Grayscale: #C2C2C2. Windows color (decimal): -4732980 or 13420471. OLE color: 13420471.

HSL color Cylindrical-coordinate representation of color #B7C7CC: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C7CC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 199 204 -
CMYK 0.10 0.02 0 0.2
HSL 194.29º 0.17% 0.76% -
HSV(B) 194.29º 0.1% 0.8% -
XYZ 50.85 55.27 65.12 -
YUV 194.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 183 199 204 0.10 0.02 0 0.2 194.29 0.17 0.76
Hex B7 C7 CC A 2 0 14 C2 11 4C
Octal 267 307 314 12 2 0 24 302 21 114
Binary 10110111 11000111 11001100 1010 10 0 10100 11000010 10001 1001100

Color Harmonies of #B7C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C7CC

Black with #B7C7CC

Text Example


Text Example

White with #B7C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C7CC; }

 p { color: rgb(183,199,204); }

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

background-color css

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

 a { background-color: rgb(183,199,204); }

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

border-color css

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

 span { border-color: rgb(183,199,204); }

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