Html Css Color HEX #BBC6C8 Jungle Mist

📋 copy color: '#BBC6C8'

red 187 ◦ green 198 ◦ blue 200

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

Shades of Jungle Mist #BBC6C8

Tints of Jungle Mist #BBC6C8

RGB

 RED value IS 187 (73.44% from 255) = 31.97%

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 31.97%
G = 33.85%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC6C8 (or 0xBBC6C8) is known color: Jungle Mist. HEX triplet: BB, C6 and C8. RGB value is (187,198,200). Sum of RGB (Red+Green+Blue) = 187+198+200=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6C8 is #443937. Grayscale: #C2C2C2. Windows color (decimal): -4471096 or 13158075. OLE color: 13158075.

HSL color Cylindrical-coordinate representation of color #BBC6C8: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC6C8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 200 -
CMYK 0.06 0.01 0 0.22
HSL 189.23º 0.11% 0.76% -
HSV(B) 189.23º 0.07% 0.78% -
XYZ 51.11 55.12 62.59 -
YUV 194.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 187 198 200 0.06 0.01 0 0.22 189.23 0.11 0.76
Hex BB C6 C8 6 1 0 16 BD B 4C
Octal 273 306 310 6 1 0 26 275 13 114
Binary 10111011 11000110 11001000 110 1 0 10110 10111101 1011 1001100

Color Harmonies of #BBC6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6C8

Black with #BBC6C8

Text Example


Text Example

White with #BBC6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6C8; }

 p { color: rgb(187,198,200); }

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

background-color css

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

 a { background-color: rgb(187,198,200); }

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

border-color css

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

 span { border-color: rgb(187,198,200); }

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