Html Css Color HEX #B3C8CC Jungle Mist

📋 copy color: '#B3C8CC'

red 179 ◦ green 200 ◦ blue 204

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

Shades of Jungle Mist #B3C8CC

Tints of Jungle Mist #B3C8CC

RGB

 RED value IS 179 (70.31% from 255) = 30.7%

 GREEN value IS 200 (78.52% from 255) = 34.31%

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

R = 30.7%
G = 34.31%
B = 34.99%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B3C8CC (or 0xB3C8CC) is known color: Jungle Mist. HEX triplet: B3, C8 and CC. RGB value is (179,200,204). Sum of RGB (Red+Green+Blue) = 179+200+204=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8CC is #4C3733. Grayscale: #C2C2C2. Windows color (decimal): -4994868 or 13420723. OLE color: 13420723.

HSL color Cylindrical-coordinate representation of color #B3C8CC: hue angle of 189.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C8CC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 200 204 -
CMYK 0.12 0.02 0 0.2
HSL 189.6º 0.2% 0.75% -
HSV(B) 189.6º 0.12% 0.8% -
XYZ 50.14 55.25 65.15 -
YUV 194.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 179 200 204 0.12 0.02 0 0.2 189.6 0.2 0.75
Hex B3 C8 CC C 2 0 14 BE 14 4B
Octal 263 310 314 14 2 0 24 276 24 113
Binary 10110011 11001000 11001100 1100 10 0 10100 10111110 10100 1001011

Color Harmonies of #B3C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C8CC

Black with #B3C8CC

Text Example


Text Example

White with #B3C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C8CC; }

 p { color: rgb(179,200,204); }

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

background-color css

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

 a { background-color: rgb(179,200,204); }

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

border-color css

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

 span { border-color: rgb(179,200,204); }

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