Html Css Color HEX #A5BCB5 Opal

📋 copy color: '#A5BCB5'

red 165 ◦ green 188 ◦ blue 181

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

Shades of Opal #A5BCB5

Tints of Opal #A5BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

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

R = 30.9%
G = 35.21%
B = 33.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A5BCB5 (or 0xA5BCB5) is known color: Opal. HEX triplet: A5, BC and B5. RGB value is (165,188,181). Sum of RGB (Red+Green+Blue) = 165+188+181=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCB5 is #5A434A. Grayscale: #B4B4B4. Windows color (decimal): -5915467 or 11910309. OLE color: 11910309.

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

Color convert

RGB 165 188 181 -
CMYK 0.12 0 0.04 0.26
HSL 161.74º 0.15% 0.69% -
HSV(B) 161.74º 0.12% 0.74% -
XYZ 41.84 47.3 50.64 -
YUV 180.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 165 188 181 0.12 0 0.04 0.26 161.74 0.15 0.69
Hex A5 BC B5 C 0 4 1A A2 F 45
Octal 245 274 265 14 0 4 32 242 17 105
Binary 10100101 10111100 10110101 1100 0 100 11010 10100010 1111 1000101

Color Harmonies of #A5BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCB5

Black with #A5BCB5

Text Example


Text Example

White with #A5BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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