Html Css Color HEX #A4BCB5 Opal

📋 copy color: '#A4BCB5'

red 164 ◦ green 188 ◦ blue 181

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

Shades of Opal #A4BCB5

Tints of Opal #A4BCB5

RGB

 RED value IS 164 (64.45% from 255) = 30.77%

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

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

R = 30.77%
G = 35.27%
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

#A4BCB5 (or 0xA4BCB5) is known color: Opal. HEX triplet: A4, BC and B5. RGB value is (164,188,181). Sum of RGB (Red+Green+Blue) = 164+188+181=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCB5 is #5B434A. Grayscale: #B4B4B4. Windows color (decimal): -5981003 or 11910308. OLE color: 11910308.

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

Color convert

RGB 164 188 181 -
CMYK 0.13 0 0.04 0.26
HSL 162.5º 0.15% 0.69% -
HSV(B) 162.5º 0.13% 0.74% -
XYZ 41.63 47.2 50.63 -
YUV 180.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 164 188 181 0.13 0 0.04 0.26 162.5 0.15 0.69
Hex A4 BC B5 D 0 4 1A A2 F 45
Octal 244 274 265 15 0 4 32 242 17 105
Binary 10100100 10111100 10110101 1101 0 100 11010 10100010 1111 1000101

Color Harmonies of #A4BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCB5

Black with #A4BCB5

Text Example


Text Example

White with #A4BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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