Html Css Color HEX #BEFECF Granny Apple

📋 copy color: '#BEFECF'

red 190 ◦ green 254 ◦ blue 207

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

Shades of Granny Apple #BEFECF

Tints of Granny Apple #BEFECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.02%

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

R = 29.19%
G = 39.02%
B = 31.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#BEFECF (or 0xBEFECF) is known color: Granny Apple. HEX triplet: BE, FE and CF. RGB value is (190,254,207). Sum of RGB (Red+Green+Blue) = 190+254+207=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECF is #410130. Grayscale: #E5E5E5. Windows color (decimal): -4260145 or 13631166. OLE color: 13631166.

HSL color Cylindrical-coordinate representation of color #BEFECF: hue angle of 135.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFECF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 207 -
CMYK 0.25 0 0.19 0.00
HSL 135.94º 0.97% 0.87% -
HSV(B) 135.94º 0.25% 1% -
XYZ 67.94 86.34 72.12 -
YUV 229.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 190 254 207 0.25 0 0.19 0.00 135.94 0.97 0.87
Hex BE FE CF 19 0 13 0 88 61 57
Octal 276 376 317 31 0 23 0 210 141 127
Binary 10111110 11111110 11001111 11001 0 10011 0 10001000 1100001 1010111

Color Harmonies of #BEFECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFECF

Black with #BEFECF

Text Example


Text Example

White with #BEFECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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