Html Css Color HEX #AEBEBB Opal

📋 copy color: '#AEBEBB'

red 174 ◦ green 190 ◦ blue 187

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

Shades of Opal #AEBEBB

Tints of Opal #AEBEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 31.58%
G = 34.48%
B = 33.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#AEBEBB (or 0xAEBEBB) is known color: Opal. HEX triplet: AE, BE and BB. RGB value is (174,190,187). Sum of RGB (Red+Green+Blue) = 174+190+187=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEBB is #514144. Grayscale: #B8B8B8. Windows color (decimal): -5325125 or 12304046. OLE color: 12304046.

HSL color Cylindrical-coordinate representation of color #AEBEBB: hue angle of 168.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBEBB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 187 -
CMYK 0.08 0 0.02 0.25
HSL 168.75º 0.11% 0.71% -
HSV(B) 168.75º 0.08% 0.75% -
XYZ 44.84 49.41 54.19 -
YUV 184.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 174 190 187 0.08 0 0.02 0.25 168.75 0.11 0.71
Hex AE BE BB 8 0 2 19 A9 B 47
Octal 256 276 273 10 0 2 31 251 13 107
Binary 10101110 10111110 10111011 1000 0 10 11001 10101001 1011 1000111

Color Harmonies of #AEBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEBB

Black with #AEBEBB

Text Example


Text Example

White with #AEBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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