#ACCBD2

Color #ACCBD2 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #ACCBD2

Tints of Regent St Blue #ACCBD2

Color information

#ACCBD2 (or 0xACCBD2) is unknown color: approx Regent St Blue. HEX triplet: AC, CB and D2. RGB value is (172,203,210). Sum of RGB (Red+Green+Blue) = 172+203+210=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACCBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD2 is #53342D. Grayscale: #C2C2C2. Windows color (decimal): -5452846 or 13814700. OLE color: 13814700.

HSL color Cylindrical-coordinate representation of color #ACCBD2: hue angle of 191.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCBD2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172203210-
CMYK0.180.0300.18
HSL191.05º29.69%74.9%-
HSV(B)191.05º18.1%82.35%-
XYZ5056.1469.17-
YUV194.53136.73111.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=29.40%
G=34.70%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722032100.180.0300.18191.0529.6974.9
HexACCBD2123012bf1e4b
Octal25431332222302227736113
Binary101011001100101111010010100101101001010111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBD2; }

 p { color: rgb(172,203,210); }

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

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

 a { background-color: rgb(172,203,210); }

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

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

 span { border-color: rgb(172,203,210); }

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