Html Css Color HEX #BEFCCF Granny Apple

📋 copy color: '#BEFCCF'

red 190 ◦ green 252 ◦ blue 207

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

Shades of Granny Apple #BEFCCF

Tints of Granny Apple #BEFCCF

RGB

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

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

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

R = 29.28%
G = 38.83%
B = 31.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#BEFCCF (or 0xBEFCCF) is known color: Granny Apple. HEX triplet: BE, FC and CF. RGB value is (190,252,207). Sum of RGB (Red+Green+Blue) = 190+252+207=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCCF is #410330. Grayscale: #E4E4E4. Windows color (decimal): -4260657 or 13630654. OLE color: 13630654.

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

Color convert

RGB 190 252 207 -
CMYK 0.25 0 0.18 0.01
HSL 136.45º 0.91% 0.87% -
HSV(B) 136.45º 0.25% 0.99% -
XYZ 67.31 85.07 71.9 -
YUV 228.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 190 252 207 0.25 0 0.18 0.01 136.45 0.91 0.87
Hex BE FC CF 19 0 12 1 88 5B 57
Octal 276 374 317 31 0 22 1 210 133 127
Binary 10111110 11111100 11001111 11001 0 10010 1 10001000 1011011 1010111

Color Harmonies of #BEFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCCF

Black with #BEFCCF

Text Example


Text Example

White with #BEFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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