Html Css Color HEX #AECBC6 Opal

📋 copy color: '#AECBC6'

red 174 ◦ green 203 ◦ blue 198

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

Shades of Opal #AECBC6

Tints of Opal #AECBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

 BLUE value IS 198 (77.73% from 255) = 34.43%

R = 30.26%
G = 35.3%
B = 34.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#AECBC6 (or 0xAECBC6) is known color: Opal. HEX triplet: AE, CB and C6. RGB value is (174,203,198). Sum of RGB (Red+Green+Blue) = 174+203+198=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC6 is #513439. Grayscale: #C1C1C1. Windows color (decimal): -5321786 or 13028270. OLE color: 13028270.

HSL color Cylindrical-coordinate representation of color #AECBC6: hue angle of 169.66º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBC6 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 198 -
CMYK 0.14 0 0.02 0.20
HSL 169.66º 0.22% 0.74% -
HSV(B) 169.66º 0.14% 0.8% -
XYZ 49 55.79 61.61 -
YUV 193.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 174 203 198 0.14 0 0.02 0.20 169.66 0.22 0.74
Hex AE CB C6 E 0 2 14 AA 16 4A
Octal 256 313 306 16 0 2 24 252 26 112
Binary 10101110 11001011 11000110 1110 0 10 10100 10101010 10110 1001010

Color Harmonies of #AECBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBC6

Black with #AECBC6

Text Example


Text Example

White with #AECBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBC6; }

 p { color: rgb(174,203,198); }

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

background-color css

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

 a { background-color: rgb(174,203,198); }

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

border-color css

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

 span { border-color: rgb(174,203,198); }

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