#BEF5CB

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

Shades of Granny Apple #BEF5CB

Tints of Granny Apple #BEF5CB

Color information

#BEF5CB (or 0xBEF5CB) is unknown color: approx Granny Apple. HEX triplet: BE, F5 and CB. RGB value is (190,245,203). Sum of RGB (Red+Green+Blue) = 190+245+203=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5CB is #410A34. Grayscale: #DFDFDF. Windows color (decimal): -4262453 or 13366718. OLE color: 13366718.

HSL color Cylindrical-coordinate representation of color #BEF5CB: hue angle of 134.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5CB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB190245203-
CMYK0.2200.170.04
HSL134.18º73.33%85.29%-
HSV(B)134.18º22.45%96.08%-
XYZ64.6780.5668.64-
YUV223.77116.28103.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=29.78%
G=38.40%
B=31.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452030.2200.170.04134.1873.3385.29
HexBEF5CB160114864955
Octal276365313260214206111125
Binary101111101111010111001011101100100011001000011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5CB; }

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

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

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

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

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

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

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

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