#BBEBCD

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

Shades of Granny Apple #BBEBCD

Tints of Granny Apple #BBEBCD

Color information

#BBEBCD (or 0xBBEBCD) is unknown color: approx Granny Apple. HEX triplet: BB, EB and CD. RGB value is (187,235,205). Sum of RGB (Red+Green+Blue) = 187+235+205=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCD is #441432. Grayscale: #D9D9D9. Windows color (decimal): -4461619 or 13495227. OLE color: 13495227.

HSL color Cylindrical-coordinate representation of color #BBEBCD: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB187235205-
CMYK0.2000.130.08
HSL142.5º54.55%82.75%-
HSV(B)142.5º20.43%92.16%-
XYZ61.2274.3968.89-
YUV217.23121.1106.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=29.82%
G=37.48%
B=32.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352050.2000.130.08142.554.5582.75
HexBBEBCD140D88e3753
Octal273353315240151021667123
Binary10111011111010111100110110100011011000100011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBCD; }

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

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

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

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

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

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

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

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