Html Css Color HEX #A5BDB8 Opal

📋 copy color: '#A5BDB8'

red 165 ◦ green 189 ◦ blue 184

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

Shades of Opal #A5BDB8

Tints of Opal #A5BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 184 (72.27% from 255) = 34.2%

R = 30.67%
G = 35.13%
B = 34.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#A5BDB8 (or 0xA5BDB8) is known color: Opal. HEX triplet: A5, BD and B8. RGB value is (165,189,184). Sum of RGB (Red+Green+Blue) = 165+189+184=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDB8 is #5A4247. Grayscale: #B5B5B5. Windows color (decimal): -5915208 or 12107173. OLE color: 12107173.

HSL color Cylindrical-coordinate representation of color #A5BDB8: hue angle of 167.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDB8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 184 -
CMYK 0.13 0 0.03 0.26
HSL 167.5º 0.15% 0.69% -
HSV(B) 167.5º 0.13% 0.74% -
XYZ 42.37 47.86 52.35 -
YUV 181.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 165 189 184 0.13 0 0.03 0.26 167.5 0.15 0.69
Hex A5 BD B8 D 0 3 1A A8 F 45
Octal 245 275 270 15 0 3 32 250 17 105
Binary 10100101 10111101 10111000 1101 0 11 11010 10101000 1111 1000101

Color Harmonies of #A5BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDB8

Black with #A5BDB8

Text Example


Text Example

White with #A5BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDB8; }

 p { color: rgb(165,189,184); }

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

background-color css

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

 a { background-color: rgb(165,189,184); }

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

border-color css

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

 span { border-color: rgb(165,189,184); }

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