Html Css Color HEX #B5CBCA Jungle Mist

📋 copy color: '#B5CBCA'

red 181 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #B5CBCA

Tints of Jungle Mist #B5CBCA

RGB

 RED value IS 181 (71.09% from 255) = 30.89%

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

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

R = 30.89%
G = 34.64%
B = 34.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#B5CBCA (or 0xB5CBCA) is known color: Jungle Mist. HEX triplet: B5, CB and CA. RGB value is (181,203,202). Sum of RGB (Red+Green+Blue) = 181+203+202=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBCA is #4A3435. Grayscale: #C4C4C4. Windows color (decimal): -4863030 or 13290421. OLE color: 13290421.

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

Color convert

RGB 181 203 202 -
CMYK 0.11 0 0.00 0.20
HSL 177.27º 0.17% 0.75% -
HSV(B) 177.27º 0.11% 0.8% -
XYZ 51.07 56.8 64.15 -
YUV 196.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 181 203 202 0.11 0 0.00 0.20 177.27 0.17 0.75
Hex B5 CB CA B 0 0 14 B1 11 4B
Octal 265 313 312 13 0 0 24 261 21 113
Binary 10110101 11001011 11001010 1011 0 0 10100 10110001 10001 1001011

Color Harmonies of #B5CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBCA

Black with #B5CBCA

Text Example


Text Example

White with #B5CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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