Html Css Color HEX #B0CECF Jungle Mist

📋 copy color: '#B0CECF'

red 176 ◦ green 206 ◦ blue 207

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

Shades of Jungle Mist #B0CECF

Tints of Jungle Mist #B0CECF

RGB

 RED value IS 176 (69.14% from 255) = 29.88%

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

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

R = 29.88%
G = 34.97%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0CECF (or 0xB0CECF) is known color: Jungle Mist. HEX triplet: B0, CE and CF. RGB value is (176,206,207). Sum of RGB (Red+Green+Blue) = 176+206+207=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECF is #4F3130. Grayscale: #C5C5C5. Windows color (decimal): -5189937 or 13618864. OLE color: 13618864.

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

Color convert

RGB 176 206 207 -
CMYK 0.15 0.00 0 0.19
HSL 181.94º 0.24% 0.75% -
HSV(B) 181.94º 0.15% 0.81% -
XYZ 51.24 57.88 67.5 -
YUV 197.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 176 206 207 0.15 0.00 0 0.19 181.94 0.24 0.75
Hex B0 CE CF F 0 0 13 B6 18 4B
Octal 260 316 317 17 0 0 23 266 30 113
Binary 10110000 11001110 11001111 1111 0 0 10011 10110110 11000 1001011

Color Harmonies of #B0CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CECF

Black with #B0CECF

Text Example


Text Example

White with #B0CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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