Html Css Color HEX #ACCADB French Pass

📋 copy color: '#ACCADB'

red 172 ◦ green 202 ◦ blue 219

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

Shades of French Pass #ACCADB

Tints of French Pass #ACCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 29.01%
G = 34.06%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCADB (or 0xACCADB) is known color: French Pass. HEX triplet: AC, CA and DB. RGB value is (172,202,219). Sum of RGB (Red+Green+Blue) = 172+202+219=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADB is #533524. Grayscale: #C2C2C2. Windows color (decimal): -5453093 or 14404268. OLE color: 14404268.

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

Color convert

RGB 172 202 219 -
CMYK 0.21 0.08 0 0.14
HSL 201.7º 0.39% 0.77% -
HSV(B) 201.7º 0.21% 0.86% -
XYZ 50.92 56.13 75.17 -
YUV 194.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 172 202 219 0.21 0.08 0 0.14 201.7 0.39 0.77
Hex AC CA DB 15 8 0 E CA 27 4D
Octal 254 312 333 25 10 0 16 312 47 115
Binary 10101100 11001010 11011011 10101 1000 0 1110 11001010 100111 1001101

Color Harmonies of #ACCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCADB

Black with #ACCADB

Text Example


Text Example

White with #ACCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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