#BBF0C9

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

Shades of Granny Apple #BBF0C9

Tints of Granny Apple #BBF0C9

Color information

#BBF0C9 (or 0xBBF0C9) is unknown color: approx Granny Apple. HEX triplet: BB, F0 and C9. RGB value is (187,240,201). Sum of RGB (Red+Green+Blue) = 187+240+201=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0C9 is #440F36. Grayscale: #DBDBDB. Windows color (decimal): -4460343 or 13234363. OLE color: 13234363.

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

Color convert

RGB187240201-
CMYK0.2200.160.06
HSL135.85º63.86%83.73%-
HSV(B)135.85º22.08%94.12%-
XYZ62.277.166.86-
YUV219.71117.44104.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=29.78%
G=38.22%
B=32.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402010.2200.160.06135.8563.8683.73
HexBBF0C9160106884054
Octal273360311260206210100124
Binary101110111111000011001001101100100001101000100010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0C9; }

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

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

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

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

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

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

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

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