#BBF8CC

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

Shades of Granny Apple #BBF8CC

Tints of Granny Apple #BBF8CC

Color information

#BBF8CC (or 0xBBF8CC) is unknown color: approx Granny Apple. HEX triplet: BB, F8 and CC. RGB value is (187,248,204). Sum of RGB (Red+Green+Blue) = 187+248+204=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8CC is #440733. Grayscale: #E0E0E0. Windows color (decimal): -4458292 or 13433019. OLE color: 13433019.

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

Color convert

RGB187248204-
CMYK0.2500.180.03
HSL136.72º81.33%85.29%-
HSV(B)136.72º24.6%97.25%-
XYZ64.9682.0669.54-
YUV224.74116.29101.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=29.26%
G=38.81%
B=31.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482040.2500.180.03136.7281.3385.29
HexBBF8CC190123895155
Octal273370314310223211121125
Binary10111011111110001100110011001010010111000100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8CC; }

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

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

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

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

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

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

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

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