Html Css Color HEX #B8CCCF Jungle Mist

📋 copy color: '#B8CCCF'

red 184 ◦ green 204 ◦ blue 207

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

Shades of Jungle Mist #B8CCCF

Tints of Jungle Mist #B8CCCF

RGB

 RED value IS 184 (72.27% from 255) = 30.92%

 GREEN value IS 204 (80.08% from 255) = 34.29%

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

R = 30.92%
G = 34.29%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8CCCF (or 0xB8CCCF) is known color: Jungle Mist. HEX triplet: B8, CC and CF. RGB value is (184,204,207). Sum of RGB (Red+Green+Blue) = 184+204+207=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCF is #473330. Grayscale: #C6C6C6. Windows color (decimal): -4666161 or 13618360. OLE color: 13618360.

HSL color Cylindrical-coordinate representation of color #B8CCCF: hue angle of 187.83º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CCCF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 204 207 -
CMYK 0.11 0.01 0 0.19
HSL 187.83º 0.19% 0.77% -
HSV(B) 187.83º 0.11% 0.81% -
XYZ 52.62 57.88 67.43 -
YUV 198.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 184 204 207 0.11 0.01 0 0.19 187.83 0.19 0.77
Hex B8 CC CF B 1 0 13 BC 13 4D
Octal 270 314 317 13 1 0 23 274 23 115
Binary 10111000 11001100 11001111 1011 1 0 10011 10111100 10011 1001101

Color Harmonies of #B8CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCCF

Black with #B8CCCF

Text Example


Text Example

White with #B8CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCCF; }

 p { color: rgb(184,204,207); }

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

background-color css

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

 a { background-color: rgb(184,204,207); }

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

border-color css

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

 span { border-color: rgb(184,204,207); }

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