#A7CBBC

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

Shades of Opal #A7CBBC

Tints of Opal #A7CBBC

Color information

#A7CBBC (or 0xA7CBBC) is unknown color: approx Opal. HEX triplet: A7, CB and BC. RGB value is (167,203,188). Sum of RGB (Red+Green+Blue) = 167+203+188=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBBC is #583443. Grayscale: #BEBEBE. Windows color (decimal): -5780548 or 12372903. OLE color: 12372903.

HSL color Cylindrical-coordinate representation of color #A7CBBC: hue angle of 155º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBBC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB167203188-
CMYK0.1800.070.20
HSL155º25.71%72.55%-
HSV(B)155º17.73%79.61%-
XYZ46.3754.5655.66-
YUV190.53126.57111.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=29.93%
G=36.38%
B=33.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031880.1800.070.2015525.7172.55
HexA7CBBC1207149b1a49
Octal24731327422072423332111
Binary1010011111001011101111001001001111010010011011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBBC; }

 p { color: rgb(167,203,188); }

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

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

 a { background-color: rgb(167,203,188); }

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

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

 span { border-color: rgb(167,203,188); }

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