Html Css Color HEX #BEEDCD Granny Apple

📋 copy color: '#BEEDCD'

red 190 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #BEEDCD

Tints of Granny Apple #BEEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

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

R = 30.06%
G = 37.5%
B = 32.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BEEDCD (or 0xBEEDCD) is known color: Granny Apple. HEX triplet: BE, ED and CD. RGB value is (190,237,205). Sum of RGB (Red+Green+Blue) = 190+237+205=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCD is #411232. Grayscale: #DBDBDB. Windows color (decimal): -4264499 or 13495742. OLE color: 13495742.

HSL color Cylindrical-coordinate representation of color #BEEDCD: hue angle of 139.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDCD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 205 -
CMYK 0.20 0 0.14 0.07
HSL 139.15º 0.57% 0.84% -
HSV(B) 139.15º 0.2% 0.93% -
XYZ 62.54 75.92 69.12 -
YUV 219.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 190 237 205 0.20 0 0.14 0.07 139.15 0.57 0.84
Hex BE ED CD 14 0 E 7 8B 39 54
Octal 276 355 315 24 0 16 7 213 71 124
Binary 10111110 11101101 11001101 10100 0 1110 111 10001011 111001 1010100

Color Harmonies of #BEEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDCD

Black with #BEEDCD

Text Example


Text Example

White with #BEEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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