Html Css Color HEX #BCBBB9 Cloud

📋 copy color: '#BCBBB9'

red 188 ◦ green 187 ◦ blue 185

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

Shades of Cloud #BCBBB9

Tints of Cloud #BCBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.39%

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 33.57%
G = 33.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCBBB9 (or 0xBCBBB9) is known color: Cloud. HEX triplet: BC, BB and B9. RGB value is (188,187,185). Sum of RGB (Red+Green+Blue) = 188+187+185=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB9 is #434446. Grayscale: #BBBBBB. Windows color (decimal): -4408391 or 12172220. OLE color: 12172220.

HSL color Cylindrical-coordinate representation of color #BCBBB9: hue angle of 40º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 185 -
CMYK 0 0.01 0.02 0.26
HSL 40º 0.02% 0.73% -
HSV(B) 40º 0.02% 0.74% -
XYZ 47.27 49.73 53.01 -
YUV 187.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 188 187 185 0 0.01 0.02 0.26 40 0.02 0.73
Hex BC BB B9 0 1 2 1A 28 2 49
Octal 274 273 271 0 1 2 32 50 2 111
Binary 10111100 10111011 10111001 0 1 10 11010 101000 10 1001001

Color Harmonies of #BCBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBB9

Black with #BCBBB9

Text Example


Text Example

White with #BCBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBB9; }

 p { color: rgb(188,187,185); }

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

background-color css

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

 a { background-color: rgb(188,187,185); }

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

border-color css

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

 span { border-color: rgb(188,187,185); }

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