Html Css Color HEX #B4CBCB Jungle Mist

📋 copy color: '#B4CBCB'

red 180 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #B4CBCB

Tints of Jungle Mist #B4CBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.64%

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

R = 30.72%
G = 34.64%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4CBCB (or 0xB4CBCB) is known color: Jungle Mist. HEX triplet: B4, CB and CB. RGB value is (180,203,203). Sum of RGB (Red+Green+Blue) = 180+203+203=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B4CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBCB is #4B3434. Grayscale: #C4C4C4. Windows color (decimal): -4928565 or 13355956. OLE color: 13355956.

HSL color Cylindrical-coordinate representation of color #B4CBCB: hue angle of 180º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CBCB is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 203 203 -
CMYK 0.11 0 0 0.20
HSL 180º 0.18% 0.75% -
HSV(B) 180º 0.11% 0.8% -
XYZ 50.96 56.73 64.76 -
YUV 196.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 180 203 203 0.11 0 0 0.20 180 0.18 0.75
Hex B4 CB CB B 0 0 14 B4 12 4B
Octal 264 313 313 13 0 0 24 264 22 113
Binary 10110100 11001011 11001011 1011 0 0 10100 10110100 10010 1001011

Color Harmonies of #B4CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBCB

Black with #B4CBCB

Text Example


Text Example

White with #B4CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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