#BBF1C5

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

Shades of Granny Apple #BBF1C5

Tints of Granny Apple #BBF1C5

Color information

#BBF1C5 (or 0xBBF1C5) is unknown color: approx Granny Apple. HEX triplet: BB, F1 and C5. RGB value is (187,241,197). Sum of RGB (Red+Green+Blue) = 187+241+197=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C5 is #440E3A. Grayscale: #DBDBDB. Windows color (decimal): -4460091 or 12972475. OLE color: 12972475.

HSL color Cylindrical-coordinate representation of color #BBF1C5: hue angle of 131.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1C5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB187241197-
CMYK0.2200.180.05
HSL131.11º65.85%83.92%-
HSV(B)131.11º22.41%94.51%-
XYZ62.0377.5164.51-
YUV219.84115.11104.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=29.92%
G=38.56%
B=31.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411970.2200.180.05131.1165.8583.92
HexBBF1C5160125834254
Octal273361305260225203102124
Binary101110111111000111000101101100100101011000001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1C5; }

 p { color: rgb(187,241,197); }

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

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

 a { background-color: rgb(187,241,197); }

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

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

 span { border-color: rgb(187,241,197); }

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