#BBEFC7

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

Shades of Granny Apple #BBEFC7

Tints of Granny Apple #BBEFC7

Color information

#BBEFC7 (or 0xBBEFC7) is unknown color: approx Granny Apple. HEX triplet: BB, EF and C7. RGB value is (187,239,199). Sum of RGB (Red+Green+Blue) = 187+239+199=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC7 is #441038. Grayscale: #DBDBDB. Windows color (decimal): -4460601 or 13103035. OLE color: 13103035.

HSL color Cylindrical-coordinate representation of color #BBEFC7: hue angle of 133.85º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB187239199-
CMYK0.2200.170.06
HSL133.85º61.9%83.53%-
HSV(B)133.85º21.76%93.73%-
XYZ61.6776.4265.53-
YUV218.89116.77105.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=29.92%
G=38.24%
B=31.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391990.2200.170.06133.8561.983.53
HexBBEFC7160116863e54
Octal27335730726021620676124
Binary10111011111011111100011110110010001110100001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFC7; }

 p { color: rgb(187,239,199); }

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

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

 a { background-color: rgb(187,239,199); }

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

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

 span { border-color: rgb(187,239,199); }

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