Html Css Color HEX #AEBBB8 Opal

📋 copy color: '#AEBBB8'

red 174 ◦ green 187 ◦ blue 184

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

Shades of Opal #AEBBB8

Tints of Opal #AEBBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 184 (72.27% from 255) = 33.76%

R = 31.93%
G = 34.31%
B = 33.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#AEBBB8 (or 0xAEBBB8) is known color: Opal. HEX triplet: AE, BB and B8. RGB value is (174,187,184). Sum of RGB (Red+Green+Blue) = 174+187+184=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBB8 is #514447. Grayscale: #B6B6B6. Windows color (decimal): -5325896 or 12106670. OLE color: 12106670.

HSL color Cylindrical-coordinate representation of color #AEBBB8: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBBB8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 184 -
CMYK 0.07 0 0.02 0.27
HSL 166.15º 0.09% 0.71% -
HSV(B) 166.15º 0.07% 0.73% -
XYZ 43.88 48 52.3 -
YUV 182.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 174 187 184 0.07 0 0.02 0.27 166.15 0.09 0.71
Hex AE BB B8 7 0 2 1B A6 9 47
Octal 256 273 270 7 0 2 33 246 11 107
Binary 10101110 10111011 10111000 111 0 10 11011 10100110 1001 1000111

Color Harmonies of #AEBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBB8

Black with #AEBBB8

Text Example


Text Example

White with #AEBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBB8; }

 p { color: rgb(174,187,184); }

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

background-color css

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

 a { background-color: rgb(174,187,184); }

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

border-color css

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

 span { border-color: rgb(174,187,184); }

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