Html Css Color HEX #BEE2CA Granny Apple

📋 copy color: '#BEE2CA'

red 190 ◦ green 226 ◦ blue 202

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

Shades of Granny Apple #BEE2CA

Tints of Granny Apple #BEE2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 202 (79.3% from 255) = 32.69%

R = 30.74%
G = 36.57%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#BEE2CA (or 0xBEE2CA) is known color: Granny Apple. HEX triplet: BE, E2 and CA. RGB value is (190,226,202). Sum of RGB (Red+Green+Blue) = 190+226+202=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2CA is #411D35. Grayscale: #D4D4D4. Windows color (decimal): -4267318 or 13296318. OLE color: 13296318.

HSL color Cylindrical-coordinate representation of color #BEE2CA: hue angle of 140º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2CA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 202 -
CMYK 0.16 0 0.11 0.11
HSL 140º 0.38% 0.82% -
HSV(B) 140º 0.16% 0.89% -
XYZ 59.09 69.6 66.2 -
YUV 212.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 190 226 202 0.16 0 0.11 0.11 140 0.38 0.82
Hex BE E2 CA 10 0 B B 8C 26 52
Octal 276 342 312 20 0 13 13 214 46 122
Binary 10111110 11100010 11001010 10000 0 1011 1011 10001100 100110 1010010

Color Harmonies of #BEE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2CA

Black with #BEE2CA

Text Example


Text Example

White with #BEE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2CA; }

 p { color: rgb(190,226,202); }

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

background-color css

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

 a { background-color: rgb(190,226,202); }

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

border-color css

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

 span { border-color: rgb(190,226,202); }

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