Html Css Color HEX #B5C9CC Jungle Mist

📋 copy color: '#B5C9CC'

red 181 ◦ green 201 ◦ blue 204

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

Shades of Jungle Mist #B5C9CC

Tints of Jungle Mist #B5C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.3%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 30.89%
G = 34.3%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5C9CC (or 0xB5C9CC) is known color: Jungle Mist. HEX triplet: B5, C9 and CC. RGB value is (181,201,204). Sum of RGB (Red+Green+Blue) = 181+201+204=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9CC is #4A3633. Grayscale: #C3C3C3. Windows color (decimal): -4863540 or 13420981. OLE color: 13420981.

HSL color Cylindrical-coordinate representation of color #B5C9CC: hue angle of 187.83º 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 #B5C9CC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 201 204 -
CMYK 0.11 0.01 0 0.2
HSL 187.83º 0.18% 0.75% -
HSV(B) 187.83º 0.11% 0.8% -
XYZ 50.84 55.96 65.25 -
YUV 195.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 181 201 204 0.11 0.01 0 0.2 187.83 0.18 0.75
Hex B5 C9 CC B 1 0 14 BC 12 4B
Octal 265 311 314 13 1 0 24 274 22 113
Binary 10110101 11001001 11001100 1011 1 0 10100 10111100 10010 1001011

Color Harmonies of #B5C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9CC

Black with #B5C9CC

Text Example


Text Example

White with #B5C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9CC; }

 p { color: rgb(181,201,204); }

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

background-color css

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

 a { background-color: rgb(181,201,204); }

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

border-color css

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

 span { border-color: rgb(181,201,204); }

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