Html Css Color HEX #A7BDBB Opal

📋 copy color: '#A7BDBB'

red 167 ◦ green 189 ◦ blue 187

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

Shades of Opal #A7BDBB

Tints of Opal #A7BDBB

RGB

 RED value IS 167 (65.63% from 255) = 30.76%

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

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

R = 30.76%
G = 34.81%
B = 34.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A7BDBB (or 0xA7BDBB) is known color: Opal. HEX triplet: A7, BD and BB. RGB value is (167,189,187). Sum of RGB (Red+Green+Blue) = 167+189+187=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBB is #584244. Grayscale: #B6B6B6. Windows color (decimal): -5784133 or 12303783. OLE color: 12303783.

HSL color Cylindrical-coordinate representation of color #A7BDBB: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDBB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 187 -
CMYK 0.12 0 0.01 0.26
HSL 174.55º 0.14% 0.7% -
HSV(B) 174.55º 0.12% 0.74% -
XYZ 43.1 48.2 54.05 -
YUV 182.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 167 189 187 0.12 0 0.01 0.26 174.55 0.14 0.7
Hex A7 BD BB C 0 1 1A AF E 46
Octal 247 275 273 14 0 1 32 257 16 106
Binary 10100111 10111101 10111011 1100 0 1 11010 10101111 1110 1000110

Color Harmonies of #A7BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDBB

Black with #A7BDBB

Text Example


Text Example

White with #A7BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDBB; }

 p { color: rgb(167,189,187); }

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

background-color css

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

 a { background-color: rgb(167,189,187); }

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

border-color css

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

 span { border-color: rgb(167,189,187); }

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