#BBF2CC

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

Shades of Granny Apple #BBF2CC

Tints of Granny Apple #BBF2CC

Color information

#BBF2CC (or 0xBBF2CC) is unknown color: approx Granny Apple. HEX triplet: BB, F2 and CC. RGB value is (187,242,204). Sum of RGB (Red+Green+Blue) = 187+242+204=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CC is #440D33. Grayscale: #DDDDDD. Windows color (decimal): -4459828 or 13431483. OLE color: 13431483.

HSL color Cylindrical-coordinate representation of color #BBF2CC: hue angle of 138.55º degrees, saturation: 0.68, 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 #BBF2CC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB187242204-
CMYK0.2300.160.05
HSL138.55º67.9%84.12%-
HSV(B)138.55º22.73%94.9%-
XYZ63.1478.4368.94-
YUV221.22118.28103.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=29.54%
G=38.23%
B=32.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422040.2300.160.05138.5567.984.12
HexBBF2CC1701058b4454
Octal273362314270205213104124
Binary101110111111001011001100101110100001011000101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2CC; }

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

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

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

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

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

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

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

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