#BDBCBA

Color #BDBCBA Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #BDBCBA

Tints of Cloud #BDBCBA

Color information

#BDBCBA (or 0xBDBCBA) is unknown color: approx Cloud. HEX triplet: BD, BC and BA. RGB value is (189,188,186). Sum of RGB (Red+Green+Blue) = 189+188+186=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCBA is #424345. Grayscale: #BCBCBC. Windows color (decimal): -4342598 or 12238013. OLE color: 12238013.

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

Color convert

RGB189188186-
CMYK00.010.020.26
HSL40º2.22%73.53%-
HSV(B)40º1.59%74.12%-
XYZ47.8350.3353.65-
YUV188.07126.83128.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=33.57%
G=33.39%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918818600.010.020.26402.2273.53
HexBDBCBA0121A2824a
Octal27527427201232502112
Binary101111011011110010111010011011010101000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCBA; }

 p { color: rgb(189,188,186); }

 H1.HeaderClassName
 {
   color: #BDBCBA;
 }
 .AnyTagClassName
 {
   color: #BDBCBA;
 }
</style>
background-color css

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

 a { background-color: rgb(189,188,186); }

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

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

 span { border-color: rgb(189,188,186); }

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