#BCE1CA

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

Shades of Granny Apple #BCE1CA

Tints of Granny Apple #BCE1CA

Color information

#BCE1CA (or 0xBCE1CA) is unknown color: approx Granny Apple. HEX triplet: BC, E1 and CA. RGB value is (188,225,202). Sum of RGB (Red+Green+Blue) = 188+225+202=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CA is #431E35. Grayscale: #D3D3D3. Windows color (decimal): -4398646 or 13296060. OLE color: 13296060.

HSL color Cylindrical-coordinate representation of color #BCE1CA: hue angle of 142.7º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1CA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB188225202-
CMYK0.1600.100.12
HSL142.7º38.14%80.98%-
HSV(B)142.7º16.44%88.24%-
XYZ58.3268.8166.08-
YUV211.31122.74111.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=30.57%
G=36.59%
B=32.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882252020.1600.100.12142.738.1480.98
HexBCE1CA100AC8f2651
Octal274341312200121421746121
Binary10111100111000011100101010000010101100100011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1CA; }

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

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

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

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

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

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

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

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