Html Css Color HEX #A4C5BD Opal

📋 copy color: '#A4C5BD'

red 164 ◦ green 197 ◦ blue 189

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

Shades of Opal #A4C5BD

Tints of Opal #A4C5BD

RGB

 RED value IS 164 (64.45% from 255) = 29.82%

 GREEN value IS 197 (77.34% from 255) = 35.82%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 29.82%
G = 35.82%
B = 34.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#A4C5BD (or 0xA4C5BD) is known color: Opal. HEX triplet: A4, C5 and BD. RGB value is (164,197,189). Sum of RGB (Red+Green+Blue) = 164+197+189=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C5BD is #5B3A42. Grayscale: #BABABA. Windows color (decimal): -5978691 or 12436900. OLE color: 12436900.

HSL color Cylindrical-coordinate representation of color #A4C5BD: hue angle of 165.45º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C5BD is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 197 189 -
CMYK 0.17 0 0.04 0.23
HSL 165.45º 0.22% 0.71% -
HSV(B) 165.45º 0.17% 0.77% -
XYZ 44.46 51.5 55.74 -
YUV 186.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 164 197 189 0.17 0 0.04 0.23 165.45 0.22 0.71
Hex A4 C5 BD 11 0 4 17 A5 16 47
Octal 244 305 275 21 0 4 27 245 26 107
Binary 10100100 11000101 10111101 10001 0 100 10111 10100101 10110 1000111

Color Harmonies of #A4C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C5BD

Black with #A4C5BD

Text Example


Text Example

White with #A4C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C5BD; }

 p { color: rgb(164,197,189); }

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

background-color css

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

 a { background-color: rgb(164,197,189); }

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

border-color css

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

 span { border-color: rgb(164,197,189); }

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