Html Css Color HEX #AEBFCC Heather

📋 copy color: '#AEBFCC'

red 174 ◦ green 191 ◦ blue 204

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

Shades of Heather #AEBFCC

Tints of Heather #AEBFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.57%

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

R = 30.58%
G = 33.57%
B = 35.85%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEBFCC (or 0xAEBFCC) is known color: Heather. HEX triplet: AE, BF and CC. RGB value is (174,191,204). Sum of RGB (Red+Green+Blue) = 174+191+204=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCC is #514033. Grayscale: #BBBBBB. Windows color (decimal): -5324852 or 13418414. OLE color: 13418414.

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

Color convert

RGB 174 191 204 -
CMYK 0.15 0.06 0 0.2
HSL 206º 0.23% 0.74% -
HSV(B) 206º 0.15% 0.8% -
XYZ 46.99 50.62 64.42 -
YUV 187.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 174 191 204 0.15 0.06 0 0.2 206 0.23 0.74
Hex AE BF CC F 6 0 14 CE 17 4A
Octal 256 277 314 17 6 0 24 316 27 112
Binary 10101110 10111111 11001100 1111 110 0 10100 11001110 10111 1001010

Color Harmonies of #AEBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFCC

Black with #AEBFCC

Text Example


Text Example

White with #AEBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFCC; }

 p { color: rgb(174,191,204); }

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

background-color css

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

 a { background-color: rgb(174,191,204); }

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

border-color css

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

 span { border-color: rgb(174,191,204); }

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