#BCEAC6

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

Shades of Granny Apple #BCEAC6

Tints of Granny Apple #BCEAC6

Color information

#BCEAC6 (or 0xBCEAC6) is unknown color: approx Granny Apple. HEX triplet: BC, EA and C6. RGB value is (188,234,198). Sum of RGB (Red+Green+Blue) = 188+234+198=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC6 is #431539. Grayscale: #D8D8D8. Windows color (decimal): -4396346 or 13036220. OLE color: 13036220.

HSL color Cylindrical-coordinate representation of color #BCEAC6: hue angle of 133.04º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAC6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB188234198-
CMYK0.2000.150.08
HSL133.04º52.27%82.75%-
HSV(B)133.04º19.66%91.76%-
XYZ60.3573.6164.45-
YUV216.14117.76107.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=30.32%
G=37.74%
B=31.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341980.2000.150.08133.0452.2782.75
HexBCEAC6140F8853453
Octal274352306240171020564123
Binary10111100111010101100011010100011111000100001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAC6; }

 p { color: rgb(188,234,198); }

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

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

 a { background-color: rgb(188,234,198); }

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

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

 span { border-color: rgb(188,234,198); }

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