#BAECCC

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

Shades of Granny Apple #BAECCC

Tints of Granny Apple #BAECCC

Color information

#BAECCC (or 0xBAECCC) is unknown color: approx Granny Apple. HEX triplet: BA, EC and CC. RGB value is (186,236,204). Sum of RGB (Red+Green+Blue) = 186+236+204=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCC is #451333. Grayscale: #D9D9D9. Windows color (decimal): -4526900 or 13429946. OLE color: 13429946.

HSL color Cylindrical-coordinate representation of color #BAECCC: hue angle of 141.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECCC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB186236204-
CMYK0.2100.140.07
HSL141.6º56.82%82.75%-
HSV(B)141.6º21.19%92.55%-
XYZ61.1474.7968.34-
YUV217.4120.44105.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=29.71%
G=37.70%
B=32.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362040.2100.140.07141.656.8282.75
HexBAECCC150E78e3953
Octal27235431425016721671123
Binary1011101011101100110011001010101110111100011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECCC; }

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

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

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

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

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

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

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

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