#BEFDCB

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

Shades of Granny Apple #BEFDCB

Tints of Granny Apple #BEFDCB

Color information

#BEFDCB (or 0xBEFDCB) is unknown color: approx Granny Apple. HEX triplet: BE, FD and CB. RGB value is (190,253,203). Sum of RGB (Red+Green+Blue) = 190+253+203=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCB is #410234. Grayscale: #E4E4E4. Windows color (decimal): -4260405 or 13368766. OLE color: 13368766.

HSL color Cylindrical-coordinate representation of color #BEFDCB: hue angle of 132.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB190253203-
CMYK0.2500.200.01
HSL132.38º94.03%86.86%-
HSV(B)132.38º24.9%99.22%-
XYZ67.1485.5169.47-
YUV228.46113.63100.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=29.41%
G=39.16%
B=31.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532030.2500.200.01132.3894.0386.86
HexBEFDCB190141845e57
Octal276375313310241204136127
Binary1011111011111101110010111100101010011000010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDCB; }

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

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

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

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

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

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

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

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