Html Css Color HEX #ABCCBE Opal

📋 copy color: '#ABCCBE'

red 171 ◦ green 204 ◦ blue 190

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

Shades of Opal #ABCCBE

Tints of Opal #ABCCBE

RGB

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

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

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

R = 30.27%
G = 36.11%
B = 33.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#ABCCBE (or 0xABCCBE) is known color: Opal. HEX triplet: AB, CC and BE. RGB value is (171,204,190). Sum of RGB (Red+Green+Blue) = 171+204+190=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCBE is #543341. Grayscale: #C0C0C0. Windows color (decimal): -5518146 or 12504235. OLE color: 12504235.

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

Color convert

RGB 171 204 190 -
CMYK 0.16 0 0.07 0.2
HSL 154.55º 0.24% 0.74% -
HSV(B) 154.55º 0.16% 0.8% -
XYZ 47.68 55.56 56.93 -
YUV 192.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 171 204 190 0.16 0 0.07 0.2 154.55 0.24 0.74
Hex AB CC BE 10 0 7 14 9B 18 4A
Octal 253 314 276 20 0 7 24 233 30 112
Binary 10101011 11001100 10111110 10000 0 111 10100 10011011 11000 1001010

Color Harmonies of #ABCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCBE

Black with #ABCCBE

Text Example


Text Example

White with #ABCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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