Html Css Color HEX #A5BDB6 Opal

📋 copy color: '#A5BDB6'

red 165 ◦ green 189 ◦ blue 182

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

Shades of Opal #A5BDB6

Tints of Opal #A5BDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 30.78%
G = 35.26%
B = 33.96%

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

#A5BDB6 (or 0xA5BDB6) is known color: Opal. HEX triplet: A5, BD and B6. RGB value is (165,189,182). Sum of RGB (Red+Green+Blue) = 165+189+182=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDB6 is #5A4249. Grayscale: #B5B5B5. Windows color (decimal): -5915210 or 11976101. OLE color: 11976101.

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

Color convert

RGB 165 189 182 -
CMYK 0.13 0 0.04 0.26
HSL 162.5º 0.15% 0.69% -
HSV(B) 162.5º 0.13% 0.74% -
XYZ 42.16 47.77 51.25 -
YUV 181.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 165 189 182 0.13 0 0.04 0.26 162.5 0.15 0.69
Hex A5 BD B6 D 0 4 1A A2 F 45
Octal 245 275 266 15 0 4 32 242 17 105
Binary 10100101 10111101 10110110 1101 0 100 11010 10100010 1111 1000101

Color Harmonies of #A5BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDB6

Black with #A5BDB6

Text Example


Text Example

White with #A5BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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