Html Css Color HEX #AEBECB Heather

📋 copy color: '#AEBECB'

red 174 ◦ green 190 ◦ blue 203

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

Shades of Heather #AEBECB

Tints of Heather #AEBECB

RGB

 RED value IS 174 (68.36% from 255) = 30.69%

 GREEN value IS 190 (74.61% from 255) = 33.51%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 30.69%
G = 33.51%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEBECB (or 0xAEBECB) is known color: Heather. HEX triplet: AE, BE and CB. RGB value is (174,190,203). Sum of RGB (Red+Green+Blue) = 174+190+203=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBECB is #514134. Grayscale: #BABABA. Windows color (decimal): -5325109 or 13352622. OLE color: 13352622.

HSL color Cylindrical-coordinate representation of color #AEBECB: hue angle of 206.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBECB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 190 203 -
CMYK 0.14 0.06 0 0.20
HSL 206.9º 0.22% 0.74% -
HSV(B) 206.9º 0.14% 0.8% -
XYZ 46.65 50.14 63.72 -
YUV 186.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 174 190 203 0.14 0.06 0 0.20 206.9 0.22 0.74
Hex AE BE CB E 6 0 14 CF 16 4A
Octal 256 276 313 16 6 0 24 317 26 112
Binary 10101110 10111110 11001011 1110 110 0 10100 11001111 10110 1001010

Color Harmonies of #AEBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBECB

Black with #AEBECB

Text Example


Text Example

White with #AEBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBECB; }

 p { color: rgb(174,190,203); }

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

background-color css

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

 a { background-color: rgb(174,190,203); }

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

border-color css

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

 span { border-color: rgb(174,190,203); }

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