#BAF1CC

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

Shades of Granny Apple #BAF1CC

Tints of Granny Apple #BAF1CC

Color information

#BAF1CC (or 0xBAF1CC) is unknown color: approx Granny Apple. HEX triplet: BA, F1 and CC. RGB value is (186,241,204). Sum of RGB (Red+Green+Blue) = 186+241+204=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CC is #450E33. Grayscale: #DCDCDC. Windows color (decimal): -4525620 or 13431226. OLE color: 13431226.

HSL color Cylindrical-coordinate representation of color #BAF1CC: hue angle of 139.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1CC is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB186241204-
CMYK0.2300.150.05
HSL139.64º66.27%83.73%-
HSV(B)139.64º22.82%94.51%-
XYZ62.677.7168.83-
YUV220.34118.78103.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=29.48%
G=38.19%
B=32.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412040.2300.150.05139.6466.2783.73
HexBAF1CC170F58c4254
Octal272361314270175214102124
Binary10111010111100011100110010111011111011000110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1CC; }

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

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

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

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

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

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

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

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