#BBF7CD

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

Shades of Granny Apple #BBF7CD

Tints of Granny Apple #BBF7CD

Color information

#BBF7CD (or 0xBBF7CD) is unknown color: approx Granny Apple. HEX triplet: BB, F7 and CD. RGB value is (187,247,205). Sum of RGB (Red+Green+Blue) = 187+247+205=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7CD is #440832. Grayscale: #E0E0E0. Windows color (decimal): -4458547 or 13498299. OLE color: 13498299.

HSL color Cylindrical-coordinate representation of color #BBF7CD: hue angle of 138º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7CD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB187247205-
CMYK0.2400.170.03
HSL138º78.95%85.1%-
HSV(B)138º24.29%96.86%-
XYZ64.7781.4970.07-
YUV224.27117.12101.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=29.26%
G=38.65%
B=32.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472050.2400.170.0313878.9585.1
HexBBF7CD1801138a4f55
Octal273367315300213212117125
Binary10111011111101111100110111000010001111000101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7CD; }

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

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

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

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

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

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

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

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