#A1CBBA

Color #A1CBBA Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A1CBBA

Tints of Opal #A1CBBA

Color information

#A1CBBA (or 0xA1CBBA) is unknown color: approx Opal. HEX triplet: A1, CB and BA. RGB value is (161,203,186). Sum of RGB (Red+Green+Blue) = 161+203+186=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBBA is #5E3445. Grayscale: #BCBCBC. Windows color (decimal): -6173766 or 12241825. OLE color: 12241825.

HSL color Cylindrical-coordinate representation of color #A1CBBA: hue angle of 155.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBBA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB161203186-
CMYK0.2100.080.20
HSL155.71º28.77%71.37%-
HSV(B)155.71º20.69%79.61%-
XYZ44.9253.8354.48-
YUV188.5126.59108.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=29.27%
G=36.91%
B=33.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031860.2100.080.20155.7128.7771.37
HexA1CBBA1508149c1d47
Octal241313272250102423435107
Binary10100001110010111011101010101010001010010011100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBBA; }

 p { color: rgb(161,203,186); }

 H1.HeaderClassName
 {
   color: #A1CBBA;
 }
 .AnyTagClassName
 {
   color: #A1CBBA;
 }
</style>
background-color css

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

 a { background-color: rgb(161,203,186); }

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

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

 span { border-color: rgb(161,203,186); }

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