Html Css Color HEX #ACCBDB French Pass

📋 copy color: '#ACCBDB'

red 172 ◦ green 203 ◦ blue 219

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

Shades of French Pass #ACCBDB

Tints of French Pass #ACCBDB

RGB

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

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

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

R = 28.96%
G = 34.18%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCBDB (or 0xACCBDB) is known color: French Pass. HEX triplet: AC, CB and DB. RGB value is (172,203,219). Sum of RGB (Red+Green+Blue) = 172+203+219=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBDB is #533424. Grayscale: #C3C3C3. Windows color (decimal): -5452837 or 14404524. OLE color: 14404524.

HSL color Cylindrical-coordinate representation of color #ACCBDB: hue angle of 200.43º 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 #ACCBDB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 203 219 -
CMYK 0.21 0.07 0 0.14
HSL 200.43º 0.39% 0.77% -
HSV(B) 200.43º 0.21% 0.86% -
XYZ 51.16 56.6 75.25 -
YUV 195.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 172 203 219 0.21 0.07 0 0.14 200.43 0.39 0.77
Hex AC CB DB 15 7 0 E C8 27 4D
Octal 254 313 333 25 7 0 16 310 47 115
Binary 10101100 11001011 11011011 10101 111 0 1110 11001000 100111 1001101

Color Harmonies of #ACCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBDB

Black with #ACCBDB

Text Example


Text Example

White with #ACCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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