Html Css Color HEX #AACCBE Opal

📋 copy color: '#AACCBE'

red 170 ◦ green 204 ◦ blue 190

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

Shades of Opal #AACCBE

Tints of Opal #AACCBE

RGB

 RED value IS 170 (66.8% from 255) = 30.14%

 GREEN value IS 204 (80.08% from 255) = 36.17%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 30.14%
G = 36.17%
B = 33.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#AACCBE (or 0xAACCBE) is known color: Opal. HEX triplet: AA, CC and BE. RGB value is (170,204,190). Sum of RGB (Red+Green+Blue) = 170+204+190=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBE is #553341. Grayscale: #C0C0C0. Windows color (decimal): -5583682 or 12504234. OLE color: 12504234.

HSL color Cylindrical-coordinate representation of color #AACCBE: hue angle of 155.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCBE is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 190 -
CMYK 0.17 0 0.07 0.2
HSL 155.29º 0.25% 0.73% -
HSV(B) 155.29º 0.17% 0.8% -
XYZ 47.46 55.45 56.92 -
YUV 192.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 170 204 190 0.17 0 0.07 0.2 155.29 0.25 0.73
Hex AA CC BE 11 0 7 14 9B 19 49
Octal 252 314 276 21 0 7 24 233 31 111
Binary 10101010 11001100 10111110 10001 0 111 10100 10011011 11001 1001001

Color Harmonies of #AACCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCBE

Black with #AACCBE

Text Example


Text Example

White with #AACCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCBE; }

 p { color: rgb(170,204,190); }

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

background-color css

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

 a { background-color: rgb(170,204,190); }

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

border-color css

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

 span { border-color: rgb(170,204,190); }

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