Html Css Color HEX #BBC7C8 Jungle Mist

📋 copy color: '#BBC7C8'

red 187 ◦ green 199 ◦ blue 200

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

Shades of Jungle Mist #BBC7C8

Tints of Jungle Mist #BBC7C8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.96%

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

R = 31.91%
G = 33.96%
B = 34.13%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC7C8 (or 0xBBC7C8) is known color: Jungle Mist. HEX triplet: BB, C7 and C8. RGB value is (187,199,200). Sum of RGB (Red+Green+Blue) = 187+199+200=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7C8 is #443837. Grayscale: #C3C3C3. Windows color (decimal): -4470840 or 13158331. OLE color: 13158331.

HSL color Cylindrical-coordinate representation of color #BBC7C8: hue angle of 184.62º 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 #BBC7C8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 200 -
CMYK 0.06 0.00 0 0.22
HSL 184.62º 0.11% 0.76% -
HSV(B) 184.62º 0.07% 0.78% -
XYZ 51.34 55.58 62.67 -
YUV 195.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 187 199 200 0.06 0.00 0 0.22 184.62 0.11 0.76
Hex BB C7 C8 6 0 0 16 B9 B 4C
Octal 273 307 310 6 0 0 26 271 13 114
Binary 10111011 11000111 11001000 110 0 0 10110 10111001 1011 1001100

Color Harmonies of #BBC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7C8

Black with #BBC7C8

Text Example


Text Example

White with #BBC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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