Html Css Color HEX #B8CBCA Jungle Mist

📋 copy color: '#B8CBCA'

red 184 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #B8CBCA

Tints of Jungle Mist #B8CBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 31.24%
G = 34.47%
B = 34.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#B8CBCA (or 0xB8CBCA) is known color: Jungle Mist. HEX triplet: B8, CB and CA. RGB value is (184,203,202). Sum of RGB (Red+Green+Blue) = 184+203+202=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCA is #473435. Grayscale: #C5C5C5. Windows color (decimal): -4666422 or 13290424. OLE color: 13290424.

HSL color Cylindrical-coordinate representation of color #B8CBCA: hue angle of 176.84º 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 #B8CBCA is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 203 202 -
CMYK 0.09 0 0.00 0.20
HSL 176.84º 0.15% 0.76% -
HSV(B) 176.84º 0.09% 0.8% -
XYZ 51.78 57.17 64.18 -
YUV 197.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 184 203 202 0.09 0 0.00 0.20 176.84 0.15 0.76
Hex B8 CB CA 9 0 0 14 B1 F 4C
Octal 270 313 312 11 0 0 24 261 17 114
Binary 10111000 11001011 11001010 1001 0 0 10100 10110001 1111 1001100

Color Harmonies of #B8CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBCA

Black with #B8CBCA

Text Example


Text Example

White with #B8CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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