Html Css Color HEX #BEEACC Granny Apple

📋 copy color: '#BEEACC'

red 190 ◦ green 234 ◦ blue 204

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

Shades of Granny Apple #BEEACC

Tints of Granny Apple #BEEACC

RGB

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

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

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

R = 30.25%
G = 37.26%
B = 32.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BEEACC (or 0xBEEACC) is known color: Granny Apple. HEX triplet: BE, EA and CC. RGB value is (190,234,204). Sum of RGB (Red+Green+Blue) = 190+234+204=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACC is #411533. Grayscale: #D9D9D9. Windows color (decimal): -4265268 or 13429438. OLE color: 13429438.

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

Color convert

RGB 190 234 204 -
CMYK 0.19 0 0.13 0.08
HSL 139.09º 0.51% 0.83% -
HSV(B) 139.09º 0.19% 0.92% -
XYZ 61.56 74.15 68.2 -
YUV 217.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 190 234 204 0.19 0 0.13 0.08 139.09 0.51 0.83
Hex BE EA CC 13 0 D 8 8B 33 53
Octal 276 352 314 23 0 15 10 213 63 123
Binary 10111110 11101010 11001100 10011 0 1101 1000 10001011 110011 1010011

Color Harmonies of #BEEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEACC

Black with #BEEACC

Text Example


Text Example

White with #BEEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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