Html Css Color HEX #A5BDB7 Opal

📋 copy color: '#A5BDB7'

red 165 ◦ green 189 ◦ blue 183

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

Shades of Opal #A5BDB7

Tints of Opal #A5BDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.08%

R = 30.73%
G = 35.2%
B = 34.08%

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

#A5BDB7 (or 0xA5BDB7) is known color: Opal. HEX triplet: A5, BD and B7. RGB value is (165,189,183). Sum of RGB (Red+Green+Blue) = 165+189+183=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDB7 is #5A4248. Grayscale: #B5B5B5. Windows color (decimal): -5915209 or 12041637. OLE color: 12041637.

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

Color convert

RGB 165 189 183 -
CMYK 0.13 0 0.03 0.26
HSL 165º 0.15% 0.69% -
HSV(B) 165º 0.13% 0.74% -
XYZ 42.26 47.81 51.8 -
YUV 181.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 165 189 183 0.13 0 0.03 0.26 165 0.15 0.69
Hex A5 BD B7 D 0 3 1A A5 F 45
Octal 245 275 267 15 0 3 32 245 17 105
Binary 10100101 10111101 10110111 1101 0 11 11010 10100101 1111 1000101

Color Harmonies of #A5BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDB7

Black with #A5BDB7

Text Example


Text Example

White with #A5BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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