Html Css Color HEX #BBC4C5 Jungle Mist

📋 copy color: '#BBC4C5'

red 187 ◦ green 196 ◦ blue 197

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

Shades of Jungle Mist #BBC4C5

Tints of Jungle Mist #BBC4C5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.79%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 32.24%
G = 33.79%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBC4C5 (or 0xBBC4C5) is known color: Jungle Mist. HEX triplet: BB, C4 and C5. RGB value is (187,196,197). Sum of RGB (Red+Green+Blue) = 187+196+197=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C5 is #443B3A. Grayscale: #C1C1C1. Windows color (decimal): -4471611 or 12960955. OLE color: 12960955.

HSL color Cylindrical-coordinate representation of color #BBC4C5: hue angle of 186º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC4C5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 197 -
CMYK 0.05 0.01 0 0.23
HSL 186º 0.08% 0.75% -
HSV(B) 186º 0.05% 0.77% -
XYZ 50.31 54.08 60.61 -
YUV 193.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 187 196 197 0.05 0.01 0 0.23 186 0.08 0.75
Hex BB C4 C5 5 1 0 17 BA 8 4B
Octal 273 304 305 5 1 0 27 272 10 113
Binary 10111011 11000100 11000101 101 1 0 10111 10111010 1000 1001011

Color Harmonies of #BBC4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4C5

Black with #BBC4C5

Text Example


Text Example

White with #BBC4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4C5; }

 p { color: rgb(187,196,197); }

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

background-color css

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

 a { background-color: rgb(187,196,197); }

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

border-color css

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

 span { border-color: rgb(187,196,197); }

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