#BCEDCA

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

Shades of Granny Apple #BCEDCA

Tints of Granny Apple #BCEDCA

Color information

#BCEDCA (or 0xBCEDCA) is unknown color: approx Granny Apple. HEX triplet: BC, ED and CA. RGB value is (188,237,202). Sum of RGB (Red+Green+Blue) = 188+237+202=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCA is #431235. Grayscale: #DADADA. Windows color (decimal): -4395574 or 13299132. OLE color: 13299132.

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

Color convert

RGB188237202-
CMYK0.2100.150.07
HSL137.14º57.65%83.33%-
HSV(B)137.14º20.68%92.94%-
XYZ61.6875.5267.2-
YUV218.36118.77106.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=29.98%
G=37.80%
B=32.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372020.2100.150.07137.1457.6583.33
HexBCEDCA150F7893a53
Octal27435531225017721172123
Binary1011110011101101110010101010101111111100010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDCA; }

 p { color: rgb(188,237,202); }

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

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

 a { background-color: rgb(188,237,202); }

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

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

 span { border-color: rgb(188,237,202); }

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