Html Css Color HEX #BEFACB Granny Apple

📋 copy color: '#BEFACB'

red 190 ◦ green 250 ◦ blue 203

#BEFACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #BEFACB

Tints of Granny Apple #BEFACB

RGB

 RED value IS 190 (74.61% from 255) = 29.55%

 GREEN value IS 250 (98.05% from 255) = 38.88%

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 29.55%
G = 38.88%
B = 31.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BEFACB (or 0xBEFACB) is known color: Granny Apple. HEX triplet: BE, FA and CB. RGB value is (190,250,203). Sum of RGB (Red+Green+Blue) = 190+250+203=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFACB is #410534. Grayscale: #E2E2E2. Windows color (decimal): -4261173 or 13367998. OLE color: 13367998.

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

Color convert

RGB 190 250 203 -
CMYK 0.24 0 0.19 0.02
HSL 133º 0.86% 0.86% -
HSV(B) 133º 0.24% 0.98% -
XYZ 66.2 83.63 69.15 -
YUV 226.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 190 250 203 0.24 0 0.19 0.02 133 0.86 0.86
Hex BE FA CB 18 0 13 2 85 56 56
Octal 276 372 313 30 0 23 2 205 126 126
Binary 10111110 11111010 11001011 11000 0 10011 10 10000101 1010110 1010110

Color Harmonies of #BEFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFACB

Black with #BEFACB

Text Example


Text Example

White with #BEFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFACB; }

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

 H1.HeaderClassName
 {
   color: #BEFACB;
 }
 .AnyTagClassName
 {
   color: #BEFACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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