Html Css Color HEX #A5BFBB Opal

📋 copy color: '#A5BFBB'

red 165 ◦ green 191 ◦ blue 187

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

Shades of Opal #A5BFBB

Tints of Opal #A5BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 30.39%
G = 35.17%
B = 34.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#A5BFBB (or 0xA5BFBB) is known color: Opal. HEX triplet: A5, BF and BB. RGB value is (165,191,187). Sum of RGB (Red+Green+Blue) = 165+191+187=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBB is #5A4044. Grayscale: #B6B6B6. Windows color (decimal): -5914693 or 12304293. OLE color: 12304293.

HSL color Cylindrical-coordinate representation of color #A5BFBB: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BFBB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 187 -
CMYK 0.14 0 0.02 0.25
HSL 170.77º 0.17% 0.7% -
HSV(B) 170.77º 0.14% 0.75% -
XYZ 43.12 48.85 54.17 -
YUV 182.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 165 191 187 0.14 0 0.02 0.25 170.77 0.17 0.7
Hex A5 BF BB E 0 2 19 AB 11 46
Octal 245 277 273 16 0 2 31 253 21 106
Binary 10100101 10111111 10111011 1110 0 10 11001 10101011 10001 1000110

Color Harmonies of #A5BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFBB

Black with #A5BFBB

Text Example


Text Example

White with #A5BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFBB; }

 p { color: rgb(165,191,187); }

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

background-color css

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

 a { background-color: rgb(165,191,187); }

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

border-color css

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

 span { border-color: rgb(165,191,187); }

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