#BBF3C3

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

Shades of Granny Apple #BBF3C3

Tints of Granny Apple #BBF3C3

Color information

#BBF3C3 (or 0xBBF3C3) is unknown color: approx Granny Apple. HEX triplet: BB, F3 and C3. RGB value is (187,243,195). Sum of RGB (Red+Green+Blue) = 187+243+195=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C3 is #440C3C. Grayscale: #DCDCDC. Windows color (decimal): -4459581 or 12841915. OLE color: 12841915.

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

Color convert

RGB187243195-
CMYK0.2300.200.05
HSL128.57º70%84.31%-
HSV(B)128.57º23.05%95.29%-
XYZ62.3978.6163.51-
YUV220.78113.45103.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=29.92%
G=38.88%
B=31.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431950.2300.200.05128.577084.31
HexBBF3C3170145814654
Octal273363303270245201106124
Binary101110111111001111000011101110101001011000000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3C3; }

 p { color: rgb(187,243,195); }

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

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

 a { background-color: rgb(187,243,195); }

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

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

 span { border-color: rgb(187,243,195); }

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