#BBF6CF

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

Shades of Granny Apple #BBF6CF

Tints of Granny Apple #BBF6CF

Color information

#BBF6CF (or 0xBBF6CF) is unknown color: approx Granny Apple. HEX triplet: BB, F6 and CF. RGB value is (187,246,207). Sum of RGB (Red+Green+Blue) = 187+246+207=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6CF is #440930. Grayscale: #E0E0E0. Windows color (decimal): -4458801 or 13629115. OLE color: 13629115.

HSL color Cylindrical-coordinate representation of color #BBF6CF: hue angle of 140.34º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6CF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB187246207-
CMYK0.2400.160.04
HSL140.34º76.62%84.9%-
HSV(B)140.34º23.98%96.47%-
XYZ64.7180.9871.25-
YUV223.91118.45101.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=29.22%
G=38.44%
B=32.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462070.2400.160.04140.3476.6284.9
HexBBF6CF1801048c4d55
Octal273366317300204214115125
Binary101110111111011011001111110000100001001000110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6CF; }

 p { color: rgb(187,246,207); }

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

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

 a { background-color: rgb(187,246,207); }

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

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

 span { border-color: rgb(187,246,207); }

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