Html Css Color HEX #AEBFCB Heather

📋 copy color: '#AEBFCB'

red 174 ◦ green 191 ◦ blue 203

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

Shades of Heather #AEBFCB

Tints of Heather #AEBFCB

RGB

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

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

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

R = 30.63%
G = 33.63%
B = 35.74%

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

#AEBFCB (or 0xAEBFCB) is known color: Heather. HEX triplet: AE, BF and CB. RGB value is (174,191,203). Sum of RGB (Red+Green+Blue) = 174+191+203=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCB is #514034. Grayscale: #BBBBBB. Windows color (decimal): -5324853 or 13352878. OLE color: 13352878.

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

Color convert

RGB 174 191 203 -
CMYK 0.14 0.06 0 0.20
HSL 204.83º 0.22% 0.74% -
HSV(B) 204.83º 0.14% 0.8% -
XYZ 46.87 50.57 63.79 -
YUV 187.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 174 191 203 0.14 0.06 0 0.20 204.83 0.22 0.74
Hex AE BF CB E 6 0 14 CD 16 4A
Octal 256 277 313 16 6 0 24 315 26 112
Binary 10101110 10111111 11001011 1110 110 0 10100 11001101 10110 1001010

Color Harmonies of #AEBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFCB

Black with #AEBFCB

Text Example


Text Example

White with #AEBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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