#BAECCA

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

Shades of Granny Apple #BAECCA

Tints of Granny Apple #BAECCA

Color information

#BAECCA (or 0xBAECCA) is unknown color: approx Granny Apple. HEX triplet: BA, EC and CA. RGB value is (186,236,202). Sum of RGB (Red+Green+Blue) = 186+236+202=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCA is #451335. Grayscale: #D9D9D9. Windows color (decimal): -4526902 or 13298874. OLE color: 13298874.

HSL color Cylindrical-coordinate representation of color #BAECCA: hue angle of 139.2º 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 #BAECCA is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB186236202-
CMYK0.2100.140.07
HSL139.2º56.82%82.75%-
HSV(B)139.2º21.19%92.55%-
XYZ60.9174.6967.08-
YUV217.17119.44105.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=29.81%
G=37.82%
B=32.37%

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
Decimal1862362020.2100.140.07139.256.8282.75
HexBAECCA150E78b3953
Octal27235431225016721371123
Binary1011101011101100110010101010101110111100010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECCA; }

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

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

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

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

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

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

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

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