#ACCAD2

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

Shades of Regent St Blue #ACCAD2

Tints of Regent St Blue #ACCAD2

Color information

#ACCAD2 (or 0xACCAD2) is unknown color: approx Regent St Blue. HEX triplet: AC, CA and D2. RGB value is (172,202,210). Sum of RGB (Red+Green+Blue) = 172+202+210=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACCAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAD2 is #53352D. Grayscale: #C1C1C1. Windows color (decimal): -5453102 or 13814444. OLE color: 13814444.

HSL color Cylindrical-coordinate representation of color #ACCAD2: hue angle of 192.63º 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 #ACCAD2 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172202210-
CMYK0.180.0400.18
HSL192.63º29.69%74.9%-
HSV(B)192.63º18.1%82.35%-
XYZ49.7755.6669.09-
YUV193.94137.06112.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=29.45%
G=34.59%
B=35.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722022100.180.0400.18192.6329.6974.9
HexACCAD2124012c11e4b
Octal25431232222402230136113
Binary1010110011001010110100101001010001001011000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAD2; }

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

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

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

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

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

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

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

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