Html Css Color HEX #BEEDCC Granny Apple

📋 copy color: '#BEEDCC'

red 190 ◦ green 237 ◦ blue 204

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

Shades of Granny Apple #BEEDCC

Tints of Granny Apple #BEEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

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

R = 30.11%
G = 37.56%
B = 32.33%

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

#BEEDCC (or 0xBEEDCC) is known color: Granny Apple. HEX triplet: BE, ED and CC. RGB value is (190,237,204). Sum of RGB (Red+Green+Blue) = 190+237+204=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCC is #411233. Grayscale: #DBDBDB. Windows color (decimal): -4264500 or 13430206. OLE color: 13430206.

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

Color convert

RGB 190 237 204 -
CMYK 0.20 0 0.14 0.07
HSL 137.87º 0.57% 0.84% -
HSV(B) 137.87º 0.2% 0.93% -
XYZ 62.42 75.88 68.48 -
YUV 219.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 190 237 204 0.20 0 0.14 0.07 137.87 0.57 0.84
Hex BE ED CC 14 0 E 7 8A 39 54
Octal 276 355 314 24 0 16 7 212 71 124
Binary 10111110 11101101 11001100 10100 0 1110 111 10001010 111001 1010100

Color Harmonies of #BEEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDCC

Black with #BEEDCC

Text Example


Text Example

White with #BEEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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