Html Css Color HEX #A5C0BA Opal

📋 copy color: '#A5C0BA'

red 165 ◦ green 192 ◦ blue 186

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

Shades of Opal #A5C0BA

Tints of Opal #A5C0BA

RGB

 RED value IS 165 (64.84% from 255) = 30.39%

 GREEN value IS 192 (75.39% from 255) = 35.36%

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

R = 30.39%
G = 35.36%
B = 34.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#A5C0BA (or 0xA5C0BA) is known color: Opal. HEX triplet: A5, C0 and BA. RGB value is (165,192,186). Sum of RGB (Red+Green+Blue) = 165+192+186=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0BA is #5A3F45. Grayscale: #B7B7B7. Windows color (decimal): -5914438 or 12239013. OLE color: 12239013.

HSL color Cylindrical-coordinate representation of color #A5C0BA: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0BA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 186 -
CMYK 0.14 0 0.03 0.25
HSL 166.67º 0.18% 0.7% -
HSV(B) 166.67º 0.14% 0.75% -
XYZ 43.23 49.24 53.68 -
YUV 183.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 165 192 186 0.14 0 0.03 0.25 166.67 0.18 0.7
Hex A5 C0 BA E 0 3 19 A7 12 46
Octal 245 300 272 16 0 3 31 247 22 106
Binary 10100101 11000000 10111010 1110 0 11 11001 10100111 10010 1000110

Color Harmonies of #A5C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0BA

Black with #A5C0BA

Text Example


Text Example

White with #A5C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0BA; }

 p { color: rgb(165,192,186); }

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

background-color css

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

 a { background-color: rgb(165,192,186); }

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

border-color css

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

 span { border-color: rgb(165,192,186); }

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