Html Css Color HEX #ACCBDA French Pass

📋 copy color: '#ACCBDA'

red 172 ◦ green 203 ◦ blue 218

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

Shades of French Pass #ACCBDA

Tints of French Pass #ACCBDA

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 value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACCBDA (or 0xACCBDA) is known color: 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

RGB 172 203 218 -
CMYK 0.21 0.07 0 0.15
HSL 199.57º 0.38% 0.76% -
HSV(B) 199.57º 0.21% 0.85% -
XYZ 51.02 56.54 74.55 -
YUV 195.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 172 203 218 0.21 0.07 0 0.15 199.57 0.38 0.76
Hex AC CB DA 15 7 0 F C8 26 4C
Octal 254 313 332 25 7 0 17 310 46 114
Binary 10101100 11001011 11011010 10101 111 0 1111 11001000 100110 1001100

Color Harmonies of #ACCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBDA

Black with #ACCBDA

Text Example


Text Example

White with #ACCBDA

Text Example


Text Example

HTML Codes & Css Web 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>