Html Css Color HEX #ABBEBA Opal

📋 copy color: '#ABBEBA'

red 171 ◦ green 190 ◦ blue 186

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

Shades of Opal #ABBEBA

Tints of Opal #ABBEBA

RGB

 RED value IS 171 (67.19% from 255) = 31.26%

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 31.26%
G = 34.73%
B = 34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#ABBEBA (or 0xABBEBA) is known color: Opal. HEX triplet: AB, BE and BA. RGB value is (171,190,186). Sum of RGB (Red+Green+Blue) = 171+190+186=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBA is #544145. Grayscale: #B7B7B7. Windows color (decimal): -5521734 or 12238507. OLE color: 12238507.

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

Color convert

RGB 171 190 186 -
CMYK 0.10 0 0.02 0.25
HSL 167.37º 0.13% 0.71% -
HSV(B) 167.37º 0.1% 0.75% -
XYZ 44.07 49.03 53.6 -
YUV 183.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 171 190 186 0.10 0 0.02 0.25 167.37 0.13 0.71
Hex AB BE BA A 0 2 19 A7 D 47
Octal 253 276 272 12 0 2 31 247 15 107
Binary 10101011 10111110 10111010 1010 0 10 11001 10100111 1101 1000111

Color Harmonies of #ABBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEBA

Black with #ABBEBA

Text Example


Text Example

White with #ABBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEBA; }

 p { color: rgb(171,190,186); }

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

background-color css

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

 a { background-color: rgb(171,190,186); }

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

border-color css

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

 span { border-color: rgb(171,190,186); }

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