#BCEAC4

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

Shades of Granny Apple #BCEAC4

Tints of Granny Apple #BCEAC4

Color information

#BCEAC4 (or 0xBCEAC4) is unknown color: approx Granny Apple. HEX triplet: BC, EA and C4. RGB value is (188,234,196). Sum of RGB (Red+Green+Blue) = 188+234+196=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC4 is #43153B. Grayscale: #D8D8D8. Windows color (decimal): -4396348 or 12905148. OLE color: 12905148.

HSL color Cylindrical-coordinate representation of color #BCEAC4: hue angle of 130.43º 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 #BCEAC4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB188234196-
CMYK0.2000.160.08
HSL130.43º52.27%82.75%-
HSV(B)130.43º19.66%91.76%-
XYZ60.1373.5263.25-
YUV215.91116.76108.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=30.42%
G=37.86%
B=31.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341960.2000.160.08130.4352.2782.75
HexBCEAC4140108823453
Octal274352304240201020264123
Binary101111001110101011000100101000100001000100000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAC4; }

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

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

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

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

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

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

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

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