Html Css Color HEX #ABBEBC Opal

📋 copy color: '#ABBEBC'

red 171 ◦ green 190 ◦ blue 188

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

Shades of Opal #ABBEBC

Tints of Opal #ABBEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 31.15%
G = 34.61%
B = 34.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#ABBEBC (or 0xABBEBC) is known color: Opal. HEX triplet: AB, BE and BC. RGB value is (171,190,188). Sum of RGB (Red+Green+Blue) = 171+190+188=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBC is #544143. Grayscale: #B8B8B8. Windows color (decimal): -5521732 or 12369579. OLE color: 12369579.

HSL color Cylindrical-coordinate representation of color #ABBEBC: hue angle of 173.68º 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 #ABBEBC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 188 -
CMYK 0.10 0 0.01 0.25
HSL 173.68º 0.13% 0.71% -
HSV(B) 173.68º 0.1% 0.75% -
XYZ 44.29 49.12 54.72 -
YUV 184.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 171 190 188 0.10 0 0.01 0.25 173.68 0.13 0.71
Hex AB BE BC A 0 1 19 AE D 47
Octal 253 276 274 12 0 1 31 256 15 107
Binary 10101011 10111110 10111100 1010 0 1 11001 10101110 1101 1000111

Color Harmonies of #ABBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEBC

Black with #ABBEBC

Text Example


Text Example

White with #ABBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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