#BBEDCA

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

Shades of Granny Apple #BBEDCA

Tints of Granny Apple #BBEDCA

Color information

#BBEDCA (or 0xBBEDCA) is unknown color: approx Granny Apple. HEX triplet: BB, ED and CA. RGB value is (187,237,202). Sum of RGB (Red+Green+Blue) = 187+237+202=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCA is #441235. Grayscale: #DADADA. Windows color (decimal): -4461110 or 13299131. OLE color: 13299131.

HSL color Cylindrical-coordinate representation of color #BBEDCA: hue angle of 138º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDCA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB187237202-
CMYK0.2100.150.07
HSL138º58.14%83.14%-
HSV(B)138º21.1%92.94%-
XYZ61.4475.467.19-
YUV218.06118.94105.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=29.87%
G=37.86%
B=32.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372020.2100.150.0713858.1483.14
HexBBEDCA150F78a3a53
Octal27335531225017721272123
Binary1011101111101101110010101010101111111100010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDCA; }

 p { color: rgb(187,237,202); }

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

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

 a { background-color: rgb(187,237,202); }

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

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

 span { border-color: rgb(187,237,202); }

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