Html Css Color HEX #B8CBCB Jungle Mist

📋 copy color: '#B8CBCB'

red 184 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #B8CBCB

Tints of Jungle Mist #B8CBCB

RGB

 RED value IS 184 (72.27% from 255) = 31.19%

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

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

R = 31.19%
G = 34.41%
B = 34.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8CBCB (or 0xB8CBCB) is known color: Jungle Mist. HEX triplet: B8, CB and CB. RGB value is (184,203,203). Sum of RGB (Red+Green+Blue) = 184+203+203=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B8CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCB is #473434. Grayscale: #C5C5C5. Windows color (decimal): -4666421 or 13355960. OLE color: 13355960.

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

Color convert

RGB 184 203 203 -
CMYK 0.09 0 0 0.20
HSL 180º 0.15% 0.76% -
HSV(B) 180º 0.09% 0.8% -
XYZ 51.9 57.21 64.81 -
YUV 197.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 184 203 203 0.09 0 0 0.20 180 0.15 0.76
Hex B8 CB CB 9 0 0 14 B4 F 4C
Octal 270 313 313 11 0 0 24 264 17 114
Binary 10111000 11001011 11001011 1001 0 0 10100 10110100 1111 1001100

Color Harmonies of #B8CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBCB

Black with #B8CBCB

Text Example


Text Example

White with #B8CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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