Html Css Color HEX #ACBBDD Perano

📋 copy color: '#ACBBDD'

red 172 ◦ green 187 ◦ blue 221

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

Shades of Perano #ACBBDD

Tints of Perano #ACBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 29.66%
G = 32.24%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBBDD (or 0xACBBDD) is known color: Perano. HEX triplet: AC, BB and DD. RGB value is (172,187,221). Sum of RGB (Red+Green+Blue) = 172+187+221=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBDD is #534422. Grayscale: #BABABA. Windows color (decimal): -5456931 or 14531500. OLE color: 14531500.

HSL color Cylindrical-coordinate representation of color #ACBBDD: hue angle of 221.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBBDD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 187 221 -
CMYK 0.22 0.15 0 0.13
HSL 221.63º 0.42% 0.77% -
HSV(B) 221.63º 0.22% 0.87% -
XYZ 47.83 49.53 75.45 -
YUV 186.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 172 187 221 0.22 0.15 0 0.13 221.63 0.42 0.77
Hex AC BB DD 16 F 0 D DE 2A 4D
Octal 254 273 335 26 17 0 15 336 52 115
Binary 10101100 10111011 11011101 10110 1111 0 1101 11011110 101010 1001101

Color Harmonies of #ACBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBDD

Black with #ACBBDD

Text Example


Text Example

White with #ACBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBDD; }

 p { color: rgb(172,187,221); }

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

background-color css

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

 a { background-color: rgb(172,187,221); }

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

border-color css

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

 span { border-color: rgb(172,187,221); }

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