Html Css Color HEX #B4CCCB Jungle Mist

📋 copy color: '#B4CCCB'

red 180 ◦ green 204 ◦ blue 203

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

Shades of Jungle Mist #B4CCCB

Tints of Jungle Mist #B4CCCB

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

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

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 30.66%
G = 34.75%
B = 34.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#B4CCCB (or 0xB4CCCB) is known color: Jungle Mist. HEX triplet: B4, CC and CB. RGB value is (180,204,203). Sum of RGB (Red+Green+Blue) = 180+204+203=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCCB is #4B3334. Grayscale: #C4C4C4. Windows color (decimal): -4928309 or 13356212. OLE color: 13356212.

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

Color convert

RGB 180 204 203 -
CMYK 0.12 0 0.00 0.2
HSL 177.5º 0.19% 0.75% -
HSV(B) 177.5º 0.12% 0.8% -
XYZ 51.19 57.2 64.84 -
YUV 196.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 180 204 203 0.12 0 0.00 0.2 177.5 0.19 0.75
Hex B4 CC CB C 0 0 14 B2 13 4B
Octal 264 314 313 14 0 0 24 262 23 113
Binary 10110100 11001100 11001011 1100 0 0 10100 10110010 10011 1001011

Color Harmonies of #B4CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCCB

Black with #B4CCCB

Text Example


Text Example

White with #B4CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCCB; }

 p { color: rgb(180,204,203); }

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

background-color css

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

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

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

border-color css

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

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

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