#BBF0CC

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

Shades of Granny Apple #BBF0CC

Tints of Granny Apple #BBF0CC

Color information

#BBF0CC (or 0xBBF0CC) is unknown color: approx Granny Apple. HEX triplet: BB, F0 and CC. RGB value is (187,240,204). Sum of RGB (Red+Green+Blue) = 187+240+204=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CC is #440F33. Grayscale: #DCDCDC. Windows color (decimal): -4460340 or 13430971. OLE color: 13430971.

HSL color Cylindrical-coordinate representation of color #BBF0CC: hue angle of 139.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0CC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB187240204-
CMYK0.2200.150.06
HSL139.25º63.86%83.73%-
HSV(B)139.25º22.08%94.12%-
XYZ62.5577.2468.74-
YUV220.05118.94104.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=29.64%
G=38.03%
B=32.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402040.2200.150.06139.2563.8683.73
HexBBF0CC160F68b4054
Octal273360314260176213100124
Binary10111011111100001100110010110011111101000101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0CC; }

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

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

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

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

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

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

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

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