Html Css Color HEX #BEE7CA Granny Apple

📋 copy color: '#BEE7CA'

red 190 ◦ green 231 ◦ blue 202

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

Shades of Granny Apple #BEE7CA

Tints of Granny Apple #BEE7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

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

R = 30.5%
G = 37.08%
B = 32.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#BEE7CA (or 0xBEE7CA) is known color: Granny Apple. HEX triplet: BE, E7 and CA. RGB value is (190,231,202). Sum of RGB (Red+Green+Blue) = 190+231+202=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7CA is #411835. Grayscale: #D7D7D7. Windows color (decimal): -4266038 or 13297598. OLE color: 13297598.

HSL color Cylindrical-coordinate representation of color #BEE7CA: hue angle of 137.56º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7CA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 231 202 -
CMYK 0.18 0 0.13 0.09
HSL 137.56º 0.46% 0.83% -
HSV(B) 137.56º 0.18% 0.91% -
XYZ 60.47 72.36 66.66 -
YUV 215.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 190 231 202 0.18 0 0.13 0.09 137.56 0.46 0.83
Hex BE E7 CA 12 0 D 9 8A 2E 53
Octal 276 347 312 22 0 15 11 212 56 123
Binary 10111110 11100111 11001010 10010 0 1101 1001 10001010 101110 1010011

Color Harmonies of #BEE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7CA

Black with #BEE7CA

Text Example


Text Example

White with #BEE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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