Html Css Color HEX #A5BDB5 Opal

📋 copy color: '#A5BDB5'

red 165 ◦ green 189 ◦ blue 181

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

Shades of Opal #A5BDB5

Tints of Opal #A5BDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.83%

R = 30.84%
G = 35.33%
B = 33.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A5BDB5 (or 0xA5BDB5) is known color: Opal. HEX triplet: A5, BD and B5. RGB value is (165,189,181). Sum of RGB (Red+Green+Blue) = 165+189+181=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDB5 is #5A424A. Grayscale: #B4B4B4. Windows color (decimal): -5915211 or 11910565. OLE color: 11910565.

HSL color Cylindrical-coordinate representation of color #A5BDB5: hue angle of 160º 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 #A5BDB5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 181 -
CMYK 0.13 0 0.04 0.26
HSL 160º 0.15% 0.69% -
HSV(B) 160º 0.13% 0.74% -
XYZ 42.06 47.73 50.71 -
YUV 180.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 165 189 181 0.13 0 0.04 0.26 160 0.15 0.69
Hex A5 BD B5 D 0 4 1A A0 F 45
Octal 245 275 265 15 0 4 32 240 17 105
Binary 10100101 10111101 10110101 1101 0 100 11010 10100000 1111 1000101

Color Harmonies of #A5BDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDB5

Black with #A5BDB5

Text Example


Text Example

White with #A5BDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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