Html Css Color HEX #B2CBCF Jungle Mist

📋 copy color: '#B2CBCF'

red 178 ◦ green 203 ◦ blue 207

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

Shades of Jungle Mist #B2CBCF

Tints of Jungle Mist #B2CBCF

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

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

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

R = 30.27%
G = 34.52%
B = 35.2%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2CBCF (or 0xB2CBCF) is known color: Jungle Mist. HEX triplet: B2, CB and CF. RGB value is (178,203,207). Sum of RGB (Red+Green+Blue) = 178+203+207=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBCF is #4D3430. Grayscale: #C3C3C3. Windows color (decimal): -5059633 or 13618098. OLE color: 13618098.

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

Color convert

RGB 178 203 207 -
CMYK 0.14 0.02 0 0.19
HSL 188.28º 0.23% 0.75% -
HSV(B) 188.28º 0.14% 0.81% -
XYZ 50.98 56.68 67.29 -
YUV 195.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 178 203 207 0.14 0.02 0 0.19 188.28 0.23 0.75
Hex B2 CB CF E 2 0 13 BC 17 4B
Octal 262 313 317 16 2 0 23 274 27 113
Binary 10110010 11001011 11001111 1110 10 0 10011 10111100 10111 1001011

Color Harmonies of #B2CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBCF

Black with #B2CBCF

Text Example


Text Example

White with #B2CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBCF; }

 p { color: rgb(178,203,207); }

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

background-color css

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

 a { background-color: rgb(178,203,207); }

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

border-color css

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

 span { border-color: rgb(178,203,207); }

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