#BBF9CC

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

Shades of Granny Apple #BBF9CC

Tints of Granny Apple #BBF9CC

Color information

#BBF9CC (or 0xBBF9CC) is unknown color: approx Granny Apple. HEX triplet: BB, F9 and CC. RGB value is (187,249,204). Sum of RGB (Red+Green+Blue) = 187+249+204=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9CC is #440633. Grayscale: #E1E1E1. Windows color (decimal): -4458036 or 13433275. OLE color: 13433275.

HSL color Cylindrical-coordinate representation of color #BBF9CC: hue angle of 136.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9CC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB187249204-
CMYK0.2500.180.02
HSL136.45º83.78%85.49%-
HSV(B)136.45º24.9%97.65%-
XYZ65.2782.6869.64-
YUV225.33115.96100.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=29.22%
G=38.91%
B=31.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492040.2500.180.02136.4583.7885.49
HexBBF9CC190122885455
Octal273371314310222210124125
Binary10111011111110011100110011001010010101000100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9CC; }

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

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

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

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

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

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

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

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