#BAF9CC

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

Shades of Granny Apple #BAF9CC

Tints of Granny Apple #BAF9CC

Color information

#BAF9CC (or 0xBAF9CC) is unknown color: approx Granny Apple. HEX triplet: BA, F9 and CC. RGB value is (186,249,204). Sum of RGB (Red+Green+Blue) = 186+249+204=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9CC is #450633. Grayscale: #E1E1E1. Windows color (decimal): -4523572 or 13433274. OLE color: 13433274.

HSL color Cylindrical-coordinate representation of color #BAF9CC: hue angle of 137.14º 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 #BAF9CC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB186249204-
CMYK0.2500.180.02
HSL137.14º84%85.29%-
HSV(B)137.14º25.3%97.65%-
XYZ65.0282.5569.63-
YUV225.03116.13100.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=29.11%
G=38.97%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1862492040.2500.180.02137.148485.29
HexBAF9CC190122895455
Octal272371314310222211124125
Binary10111010111110011100110011001010010101000100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9CC; }

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

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

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

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

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

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

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

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