Html Css Color HEX #B7CCCC Jungle Mist

📋 copy color: '#B7CCCC'

red 183 ◦ green 204 ◦ blue 204

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

Shades of Jungle Mist #B7CCCC

Tints of Jungle Mist #B7CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 30.96%
G = 34.52%
B = 34.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7CCCC (or 0xB7CCCC) is known color: Jungle Mist. HEX triplet: B7, CC and CC. RGB value is (183,204,204). Sum of RGB (Red+Green+Blue) = 183+204+204=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCC is #483333. Grayscale: #C5C5C5. Windows color (decimal): -4731700 or 13421751. OLE color: 13421751.

HSL color Cylindrical-coordinate representation of color #B7CCCC: hue angle of 180º 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 #B7CCCC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 204 -
CMYK 0.10 0 0 0.2
HSL 180º 0.17% 0.76% -
HSV(B) 180º 0.1% 0.8% -
XYZ 52.02 57.61 65.51 -
YUV 197.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 183 204 204 0.10 0 0 0.2 180 0.17 0.76
Hex B7 CC CC A 0 0 14 B4 11 4C
Octal 267 314 314 12 0 0 24 264 21 114
Binary 10110111 11001100 11001100 1010 0 0 10100 10110100 10001 1001100

Color Harmonies of #B7CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCCC

Black with #B7CCCC

Text Example


Text Example

White with #B7CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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