#ACCBDA

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

Shades of French Pass #ACCBDA

Tints of French Pass #ACCBDA

Color information

#ACCBDA (or 0xACCBDA) is unknown color: approx French Pass. HEX triplet: AC, CB and DA. RGB value is (172,203,218). Sum of RGB (Red+Green+Blue) = 172+203+218=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBDA is #533425. Grayscale: #C3C3C3. Windows color (decimal): -5452838 or 14338988. OLE color: 14338988.

HSL color Cylindrical-coordinate representation of color #ACCBDA: hue angle of 199.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCBDA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172203218-
CMYK0.210.0700.15
HSL199.57º38.33%76.47%-
HSV(B)199.57º21.1%85.49%-
XYZ51.0256.5474.55-
YUV195.44140.73111.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=29.01%
G=34.23%
B=36.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722032180.210.0700.15199.5738.3376.47
HexACCBDA1570Fc8264c
Octal25431333225701731046114
Binary1010110011001011110110101010111101111110010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBDA; }

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

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

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

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

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

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

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

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