#BEFBCB

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

Shades of Granny Apple #BEFBCB

Tints of Granny Apple #BEFBCB

Color information

#BEFBCB (or 0xBEFBCB) is unknown color: approx Granny Apple. HEX triplet: BE, FB and CB. RGB value is (190,251,203). Sum of RGB (Red+Green+Blue) = 190+251+203=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBCB is #410434. Grayscale: #E3E3E3. Windows color (decimal): -4260917 or 13368254. OLE color: 13368254.

HSL color Cylindrical-coordinate representation of color #BEFBCB: hue angle of 132.79º degrees, saturation: 0.88, 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 #BEFBCB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB190251203-
CMYK0.2400.190.02
HSL132.79º88.41%86.47%-
HSV(B)132.79º24.3%98.43%-
XYZ66.5184.2569.26-
YUV227.29114.29101.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=29.50%
G=38.98%
B=31.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512030.2400.190.02132.7988.4186.47
HexBEFBCB180132855856
Octal276373313300232205130126
Binary10111110111110111100101111000010011101000010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBCB; }

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

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

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

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

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

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

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

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