#BCEECE

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

Shades of Granny Apple #BCEECE

Tints of Granny Apple #BCEECE

Color information

#BCEECE (or 0xBCEECE) is unknown color: approx Granny Apple. HEX triplet: BC, EE and CE. RGB value is (188,238,206). Sum of RGB (Red+Green+Blue) = 188+238+206=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECE is #431131. Grayscale: #DBDBDB. Windows color (decimal): -4395314 or 13561532. OLE color: 13561532.

HSL color Cylindrical-coordinate representation of color #BCEECE: hue angle of 141.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEECE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB188238206-
CMYK0.2100.130.07
HSL141.6º59.52%83.53%-
HSV(B)141.6º21.01%93.33%-
XYZ62.4576.369.83-
YUV219.4120.44105.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=29.75%
G=37.66%
B=32.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382060.2100.130.07141.659.5283.53
HexBCEECE150D78e3c54
Octal27435631625015721674124
Binary1011110011101110110011101010101101111100011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEECE; }

 p { color: rgb(188,238,206); }

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

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

 a { background-color: rgb(188,238,206); }

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

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

 span { border-color: rgb(188,238,206); }

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