Html Css Color HEX #BBC9CA Jungle Mist

📋 copy color: '#BBC9CA'

red 187 ◦ green 201 ◦ blue 202

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

Shades of Jungle Mist #BBC9CA

Tints of Jungle Mist #BBC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 31.69%
G = 34.07%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC9CA (or 0xBBC9CA) is known color: Jungle Mist. HEX triplet: BB, C9 and CA. RGB value is (187,201,202). Sum of RGB (Red+Green+Blue) = 187+201+202=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CA is #443635. Grayscale: #C4C4C4. Windows color (decimal): -4470326 or 13289915. OLE color: 13289915.

HSL color Cylindrical-coordinate representation of color #BBC9CA: hue angle of 184º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC9CA is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 202 -
CMYK 0.07 0.00 0 0.21
HSL 184º 0.12% 0.76% -
HSV(B) 184º 0.07% 0.79% -
XYZ 52.04 56.6 64.06 -
YUV 196.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 187 201 202 0.07 0.00 0 0.21 184 0.12 0.76
Hex BB C9 CA 7 0 0 15 B8 C 4C
Octal 273 311 312 7 0 0 25 270 14 114
Binary 10111011 11001001 11001010 111 0 0 10101 10111000 1100 1001100

Color Harmonies of #BBC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9CA

Black with #BBC9CA

Text Example


Text Example

White with #BBC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9CA; }

 p { color: rgb(187,201,202); }

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

background-color css

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

 a { background-color: rgb(187,201,202); }

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

border-color css

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

 span { border-color: rgb(187,201,202); }

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