#BBCDCB

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

Shades of Geyser #BBCDCB

Tints of Geyser #BBCDCB

Color information

#BBCDCB (or 0xBBCDCB) is unknown color: approx Geyser. HEX triplet: BB, CD and CB. RGB value is (187,205,203). Sum of RGB (Red+Green+Blue) = 187+205+203=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCB is #443234. Grayscale: #C7C7C7. Windows color (decimal): -4469301 or 13356475. OLE color: 13356475.

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

Color convert

RGB187205203-
CMYK0.0900.010.20
HSL173.33º15.25%76.86%-
HSV(B)173.33º8.78%80.39%-
XYZ53.158.5465-
YUV199.39130.04119.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=31.43%
G=34.45%
B=34.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872052030.0900.010.20173.3315.2576.86
HexBBCDCB90114adf4d
Octal27331531311012425517115
Binary101110111100110111001011100101101001010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDCB; }

 p { color: rgb(187,205,203); }

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

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

 a { background-color: rgb(187,205,203); }

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

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

 span { border-color: rgb(187,205,203); }

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