Html Css Color HEX #BEFCCB Granny Apple

📋 copy color: '#BEFCCB'

red 190 ◦ green 252 ◦ blue 203

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

Shades of Granny Apple #BEFCCB

Tints of Granny Apple #BEFCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.07%

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

R = 29.46%
G = 39.07%
B = 31.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BEFCCB (or 0xBEFCCB) is known color: Granny Apple. HEX triplet: BE, FC and CB. RGB value is (190,252,203). Sum of RGB (Red+Green+Blue) = 190+252+203=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCCB is #410334. Grayscale: #E4E4E4. Windows color (decimal): -4260661 or 13368510. OLE color: 13368510.

HSL color Cylindrical-coordinate representation of color #BEFCCB: hue angle of 132.58º degrees, saturation: 0.91, 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 #BEFCCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 203 -
CMYK 0.25 0 0.19 0.01
HSL 132.58º 0.91% 0.87% -
HSV(B) 132.58º 0.25% 0.99% -
XYZ 66.83 84.88 69.36 -
YUV 227.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 190 252 203 0.25 0 0.19 0.01 132.58 0.91 0.87
Hex BE FC CB 19 0 13 1 85 5B 57
Octal 276 374 313 31 0 23 1 205 133 127
Binary 10111110 11111100 11001011 11001 0 10011 1 10000101 1011011 1010111

Color Harmonies of #BEFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCCB

Black with #BEFCCB

Text Example


Text Example

White with #BEFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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