#BBF9C8

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

Shades of Granny Apple #BBF9C8

Tints of Granny Apple #BBF9C8

Color information

#BBF9C8 (or 0xBBF9C8) is unknown color: approx Granny Apple. HEX triplet: BB, F9 and C8. RGB value is (187,249,200). Sum of RGB (Red+Green+Blue) = 187+249+200=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9C8 is #440637. Grayscale: #E1E1E1. Windows color (decimal): -4458040 or 13171131. OLE color: 13171131.

HSL color Cylindrical-coordinate representation of color #BBF9C8: hue angle of 132.58º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9C8 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB187249200-
CMYK0.2500.200.02
HSL132.58º83.78%85.49%-
HSV(B)132.58º24.9%97.65%-
XYZ64.7982.4967.15-
YUV224.88113.96100.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=29.40%
G=39.15%
B=31.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492000.2500.200.02132.5883.7885.49
HexBBF9C8190142855455
Octal273371310310242205124125
Binary10111011111110011100100011001010100101000010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9C8; }

 p { color: rgb(187,249,200); }

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

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

 a { background-color: rgb(187,249,200); }

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

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

 span { border-color: rgb(187,249,200); }

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