Html Css Color HEX #BEFDCD Granny Apple

📋 copy color: '#BEFDCD'

red 190 ◦ green 253 ◦ blue 205

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

Shades of Granny Apple #BEFDCD

Tints of Granny Apple #BEFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

 BLUE value IS 205 (80.47% from 255) = 31.64%

R = 29.32%
G = 39.04%
B = 31.64%

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

#BEFDCD (or 0xBEFDCD) is known color: Granny Apple. HEX triplet: BE, FD and CD. RGB value is (190,253,205). Sum of RGB (Red+Green+Blue) = 190+253+205=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCD is #410232. Grayscale: #E4E4E4. Windows color (decimal): -4260403 or 13499838. OLE color: 13499838.

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

Color convert

RGB 190 253 205 -
CMYK 0.25 0 0.19 0.01
HSL 134.29º 0.94% 0.87% -
HSV(B) 134.29º 0.25% 0.99% -
XYZ 67.38 85.61 70.73 -
YUV 228.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 190 253 205 0.25 0 0.19 0.01 134.29 0.94 0.87
Hex BE FD CD 19 0 13 1 86 5E 57
Octal 276 375 315 31 0 23 1 206 136 127
Binary 10111110 11111101 11001101 11001 0 10011 1 10000110 1011110 1010111

Color Harmonies of #BEFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDCD

Black with #BEFDCD

Text Example


Text Example

White with #BEFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDCD; }

 p { color: rgb(190,253,205); }

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

background-color css

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

 a { background-color: rgb(190,253,205); }

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

border-color css

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

 span { border-color: rgb(190,253,205); }

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