#BEF9CB

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

Shades of Granny Apple #BEF9CB

Tints of Granny Apple #BEF9CB

Color information

#BEF9CB (or 0xBEF9CB) is unknown color: approx Granny Apple. HEX triplet: BE, F9 and CB. RGB value is (190,249,203). Sum of RGB (Red+Green+Blue) = 190+249+203=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9CB is #410634. Grayscale: #E2E2E2. Windows color (decimal): -4261429 or 13367742. OLE color: 13367742.

HSL color Cylindrical-coordinate representation of color #BEF9CB: hue angle of 133.22º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9CB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190249203-
CMYK0.2400.180.02
HSL133.22º83.1%86.08%-
HSV(B)133.22º23.69%97.65%-
XYZ65.8983.0169.05-
YUV226.11114.95102.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=29.60%
G=38.79%
B=31.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492030.2400.180.02133.2283.186.08
HexBEF9CB180122855356
Octal276371313300222205123126
Binary10111110111110011100101111000010010101000010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9CB; }

 p { color: rgb(190,249,203); }

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

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

 a { background-color: rgb(190,249,203); }

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

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

 span { border-color: rgb(190,249,203); }

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