Html Css Color HEX #BEEECC Granny Apple

📋 copy color: '#BEEECC'

red 190 ◦ green 238 ◦ blue 204

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

Shades of Granny Apple #BEEECC

Tints of Granny Apple #BEEECC

RGB

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

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

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

R = 30.06%
G = 37.66%
B = 32.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BEEECC (or 0xBEEECC) is known color: Granny Apple. HEX triplet: BE, EE and CC. RGB value is (190,238,204). Sum of RGB (Red+Green+Blue) = 190+238+204=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECC is #411133. Grayscale: #DBDBDB. Windows color (decimal): -4264244 or 13430462. OLE color: 13430462.

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

Color convert

RGB 190 238 204 -
CMYK 0.20 0 0.14 0.07
HSL 137.5º 0.59% 0.84% -
HSV(B) 137.5º 0.2% 0.93% -
XYZ 62.71 76.46 68.58 -
YUV 219.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 190 238 204 0.20 0 0.14 0.07 137.5 0.59 0.84
Hex BE EE CC 14 0 E 7 8A 3B 54
Octal 276 356 314 24 0 16 7 212 73 124
Binary 10111110 11101110 11001100 10100 0 1110 111 10001010 111011 1010100

Color Harmonies of #BEEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEECC

Black with #BEEECC

Text Example


Text Example

White with #BEEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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