#BBEFCD

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

Shades of Granny Apple #BBEFCD

Tints of Granny Apple #BBEFCD

Color information

#BBEFCD (or 0xBBEFCD) is unknown color: approx Granny Apple. HEX triplet: BB, EF and CD. RGB value is (187,239,205). Sum of RGB (Red+Green+Blue) = 187+239+205=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFCD is #441032. Grayscale: #DBDBDB. Windows color (decimal): -4460595 or 13496251. OLE color: 13496251.

HSL color Cylindrical-coordinate representation of color #BBEFCD: hue angle of 140.77º 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 #BBEFCD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB187239205-
CMYK0.2200.140.06
HSL140.77º61.9%83.53%-
HSV(B)140.77º21.76%93.73%-
XYZ62.3876.7169.28-
YUV219.58119.77104.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=29.64%
G=37.88%
B=32.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392050.2200.140.06140.7761.983.53
HexBBEFCD160E68d3e54
Octal27335731526016621576124
Binary1011101111101111110011011011001110110100011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFCD; }

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

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

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

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

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

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

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

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