Html Css Color HEX #BEFDCC Granny Apple

📋 copy color: '#BEFDCC'

red 190 ◦ green 253 ◦ blue 204

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

Shades of Granny Apple #BEFDCC

Tints of Granny Apple #BEFDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 29.37%
G = 39.1%
B = 31.53%

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

#BEFDCC (or 0xBEFDCC) is known color: Granny Apple. HEX triplet: BE, FD and CC. RGB value is (190,253,204). Sum of RGB (Red+Green+Blue) = 190+253+204=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCC is #410233. Grayscale: #E4E4E4. Windows color (decimal): -4260404 or 13434302. OLE color: 13434302.

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

Color convert

RGB 190 253 204 -
CMYK 0.25 0 0.19 0.01
HSL 133.33º 0.94% 0.87% -
HSV(B) 133.33º 0.25% 0.99% -
XYZ 67.26 85.56 70.1 -
YUV 228.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 190 253 204 0.25 0 0.19 0.01 133.33 0.94 0.87
Hex BE FD CC 19 0 13 1 85 5E 57
Octal 276 375 314 31 0 23 1 205 136 127
Binary 10111110 11111101 11001100 11001 0 10011 1 10000101 1011110 1010111

Color Harmonies of #BEFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDCC

Black with #BEFDCC

Text Example


Text Example

White with #BEFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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