Html Css Color HEX #BEF1CF Granny Apple

📋 copy color: '#BEF1CF'

red 190 ◦ green 241 ◦ blue 207

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

Shades of Granny Apple #BEF1CF

Tints of Granny Apple #BEF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 29.78%
G = 37.77%
B = 32.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BEF1CF (or 0xBEF1CF) is known color: Granny Apple. HEX triplet: BE, F1 and CF. RGB value is (190,241,207). Sum of RGB (Red+Green+Blue) = 190+241+207=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1CF is #410E30. Grayscale: #DDDDDD. Windows color (decimal): -4263473 or 13627838. OLE color: 13627838.

HSL color Cylindrical-coordinate representation of color #BEF1CF: hue angle of 140º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1CF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 207 -
CMYK 0.21 0 0.14 0.05
HSL 140º 0.65% 0.85% -
HSV(B) 140º 0.21% 0.95% -
XYZ 63.95 78.36 70.79 -
YUV 221.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 190 241 207 0.21 0 0.14 0.05 140 0.65 0.85
Hex BE F1 CF 15 0 E 5 8C 41 55
Octal 276 361 317 25 0 16 5 214 101 125
Binary 10111110 11110001 11001111 10101 0 1110 101 10001100 1000001 1010101

Color Harmonies of #BEF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1CF

Black with #BEF1CF

Text Example


Text Example

White with #BEF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1CF; }

 p { color: rgb(190,241,207); }

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

background-color css

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

 a { background-color: rgb(190,241,207); }

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

border-color css

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

 span { border-color: rgb(190,241,207); }

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