Html Css Color HEX #ACCBDC French Pass

📋 copy color: '#ACCBDC'

red 172 ◦ green 203 ◦ blue 220

#ACCBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #ACCBDC

Tints of French Pass #ACCBDC

RGB

 RED value IS 172 (67.58% from 255) = 28.91%

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 28.91%
G = 34.12%
B = 36.97%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCBDC (or 0xACCBDC) is known color: French Pass. HEX triplet: AC, CB and DC. RGB value is (172,203,220). Sum of RGB (Red+Green+Blue) = 172+203+220=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBDC is #533423. Grayscale: #C3C3C3. Windows color (decimal): -5452836 or 14470060. OLE color: 14470060.

HSL color Cylindrical-coordinate representation of color #ACCBDC: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCBDC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 203 220 -
CMYK 0.22 0.08 0 0.14
HSL 201.25º 0.41% 0.77% -
HSV(B) 201.25º 0.22% 0.86% -
XYZ 51.29 56.65 75.94 -
YUV 195.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 172 203 220 0.22 0.08 0 0.14 201.25 0.41 0.77
Hex AC CB DC 16 8 0 E C9 29 4D
Octal 254 313 334 26 10 0 16 311 51 115
Binary 10101100 11001011 11011100 10110 1000 0 1110 11001001 101001 1001101

Color Harmonies of #ACCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBDC

Black with #ACCBDC

Text Example


Text Example

White with #ACCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBDC; }

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

 H1.HeaderClassName
 {
   color: #ACCBDC;
 }
 .AnyTagClassName
 {
   color: #ACCBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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