Html Css Color HEX #BCC9CC Jungle Mist

📋 copy color: '#BCC9CC'

red 188 ◦ green 201 ◦ blue 204

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

Shades of Jungle Mist #BCC9CC

Tints of Jungle Mist #BCC9CC

RGB

 RED value IS 188 (73.83% from 255) = 31.7%

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

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

R = 31.7%
G = 33.9%
B = 34.4%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCC9CC (or 0xBCC9CC) is known color: Jungle Mist. HEX triplet: BC, C9 and CC. RGB value is (188,201,204). Sum of RGB (Red+Green+Blue) = 188+201+204=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CC is #433633. Grayscale: #C5C5C5. Windows color (decimal): -4404788 or 13420988. OLE color: 13420988.

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

Color convert

RGB 188 201 204 -
CMYK 0.08 0.01 0 0.2
HSL 191.25º 0.14% 0.77% -
HSV(B) 191.25º 0.08% 0.8% -
XYZ 52.52 56.82 65.33 -
YUV 197.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 188 201 204 0.08 0.01 0 0.2 191.25 0.14 0.77
Hex BC C9 CC 8 1 0 14 BF E 4D
Octal 274 311 314 10 1 0 24 277 16 115
Binary 10111100 11001001 11001100 1000 1 0 10100 10111111 1110 1001101

Color Harmonies of #BCC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9CC

Black with #BCC9CC

Text Example


Text Example

White with #BCC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9CC; }

 p { color: rgb(188,201,204); }

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

background-color css

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

 a { background-color: rgb(188,201,204); }

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

border-color css

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

 span { border-color: rgb(188,201,204); }

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