Html Css Color HEX #B5CECF Jungle Mist

📋 copy color: '#B5CECF'

red 181 ◦ green 206 ◦ blue 207

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

Shades of Jungle Mist #B5CECF

Tints of Jungle Mist #B5CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 30.47%
G = 34.68%
B = 34.85%

CMYK

 C value IS 0.13

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5CECF (or 0xB5CECF) is known color: Jungle Mist. HEX triplet: B5, CE and CF. RGB value is (181,206,207). Sum of RGB (Red+Green+Blue) = 181+206+207=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECF is #4A3130. Grayscale: #C6C6C6. Windows color (decimal): -4862257 or 13618869. OLE color: 13618869.

HSL color Cylindrical-coordinate representation of color #B5CECF: hue angle of 182.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CECF is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 207 -
CMYK 0.13 0.00 0 0.19
HSL 182.31º 0.21% 0.76% -
HSV(B) 182.31º 0.13% 0.81% -
XYZ 52.39 58.47 67.56 -
YUV 198.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 181 206 207 0.13 0.00 0 0.19 182.31 0.21 0.76
Hex B5 CE CF D 0 0 13 B6 15 4C
Octal 265 316 317 15 0 0 23 266 25 114
Binary 10110101 11001110 11001111 1101 0 0 10011 10110110 10101 1001100

Color Harmonies of #B5CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CECF

Black with #B5CECF

Text Example


Text Example

White with #B5CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CECF; }

 p { color: rgb(181,206,207); }

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

background-color css

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

 a { background-color: rgb(181,206,207); }

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

border-color css

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

 span { border-color: rgb(181,206,207); }

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