Html Css Color HEX #BEEECE Granny Apple

📋 copy color: '#BEEECE'

red 190 ◦ green 238 ◦ blue 206

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

Shades of Granny Apple #BEEECE

Tints of Granny Apple #BEEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

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

R = 29.97%
G = 37.54%
B = 32.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BEEECE (or 0xBEEECE) is known color: Granny Apple. HEX triplet: BE, EE and CE. RGB value is (190,238,206). Sum of RGB (Red+Green+Blue) = 190+238+206=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECE is #411131. Grayscale: #DCDCDC. Windows color (decimal): -4264242 or 13561534. OLE color: 13561534.

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

Color convert

RGB 190 238 206 -
CMYK 0.20 0 0.13 0.07
HSL 140º 0.59% 0.84% -
HSV(B) 140º 0.2% 0.93% -
XYZ 62.95 76.55 69.85 -
YUV 220 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 190 238 206 0.20 0 0.13 0.07 140 0.59 0.84
Hex BE EE CE 14 0 D 7 8C 3B 54
Octal 276 356 316 24 0 15 7 214 73 124
Binary 10111110 11101110 11001110 10100 0 1101 111 10001100 111011 1010100

Color Harmonies of #BEEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEECE

Black with #BEEECE

Text Example


Text Example

White with #BEEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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