#BBF1CC

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

Shades of Granny Apple #BBF1CC

Tints of Granny Apple #BBF1CC

Color information

#BBF1CC (or 0xBBF1CC) is unknown color: approx Granny Apple. HEX triplet: BB, F1 and CC. RGB value is (187,241,204). Sum of RGB (Red+Green+Blue) = 187+241+204=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CC is #440E33. Grayscale: #DCDCDC. Windows color (decimal): -4460084 or 13431227. OLE color: 13431227.

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

Color convert

RGB187241204-
CMYK0.2200.150.05
HSL138.89º65.85%83.92%-
HSV(B)138.89º22.41%94.51%-
XYZ62.8577.8468.84-
YUV220.64118.61104.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=29.59%
G=38.13%
B=32.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412040.2200.150.05138.8965.8583.92
HexBBF1CC160F58b4254
Octal273361314260175213102124
Binary10111011111100011100110010110011111011000101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1CC; }

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

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

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

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

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

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

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

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