Html Css Color HEX #BEEDC6 Granny Apple

📋 copy color: '#BEEDC6'

red 190 ◦ green 237 ◦ blue 198

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

Shades of Granny Apple #BEEDC6

Tints of Granny Apple #BEEDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 30.4%
G = 37.92%
B = 31.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#BEEDC6 (or 0xBEEDC6) is known color: Granny Apple. HEX triplet: BE, ED and C6. RGB value is (190,237,198). Sum of RGB (Red+Green+Blue) = 190+237+198=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC6 is #411239. Grayscale: #DADADA. Windows color (decimal): -4264506 or 13036990. OLE color: 13036990.

HSL color Cylindrical-coordinate representation of color #BEEDC6: hue angle of 130.21º 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 #BEEDC6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 198 -
CMYK 0.20 0 0.16 0.07
HSL 130.21º 0.57% 0.84% -
HSV(B) 130.21º 0.2% 0.93% -
XYZ 61.71 75.59 64.76 -
YUV 218.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 190 237 198 0.20 0 0.16 0.07 130.21 0.57 0.84
Hex BE ED C6 14 0 10 7 82 39 54
Octal 276 355 306 24 0 20 7 202 71 124
Binary 10111110 11101101 11000110 10100 0 10000 111 10000010 111001 1010100

Color Harmonies of #BEEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDC6

Black with #BEEDC6

Text Example


Text Example

White with #BEEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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