Html Css Color HEX #BEEACE Granny Apple

📋 copy color: '#BEEACE'

red 190 ◦ green 234 ◦ blue 206

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

Shades of Granny Apple #BEEACE

Tints of Granny Apple #BEEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 30.16%
G = 37.14%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BEEACE (or 0xBEEACE) is known color: Granny Apple. HEX triplet: BE, EA and CE. RGB value is (190,234,206). Sum of RGB (Red+Green+Blue) = 190+234+206=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACE is #411531. Grayscale: #D9D9D9. Windows color (decimal): -4265266 or 13560510. OLE color: 13560510.

HSL color Cylindrical-coordinate representation of color #BEEACE: hue angle of 141.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEACE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 206 -
CMYK 0.19 0 0.12 0.08
HSL 141.82º 0.51% 0.83% -
HSV(B) 141.82º 0.19% 0.92% -
XYZ 61.8 74.25 69.47 -
YUV 217.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 190 234 206 0.19 0 0.12 0.08 141.82 0.51 0.83
Hex BE EA CE 13 0 C 8 8E 33 53
Octal 276 352 316 23 0 14 10 216 63 123
Binary 10111110 11101010 11001110 10011 0 1100 1000 10001110 110011 1010011

Color Harmonies of #BEEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEACE

Black with #BEEACE

Text Example


Text Example

White with #BEEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEACE; }

 p { color: rgb(190,234,206); }

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

background-color css

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

 a { background-color: rgb(190,234,206); }

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

border-color css

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

 span { border-color: rgb(190,234,206); }

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