Html Css Color HEX #ACBBE4 Perano

📋 copy color: '#ACBBE4'

red 172 ◦ green 187 ◦ blue 228

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

Shades of Perano #ACBBE4

Tints of Perano #ACBBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 29.3%
G = 31.86%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACBBE4 (or 0xACBBE4) is known color: Perano. HEX triplet: AC, BB and E4. RGB value is (172,187,228). Sum of RGB (Red+Green+Blue) = 172+187+228=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBE4 is #53441B. Grayscale: #BBBBBB. Windows color (decimal): -5456924 or 14990252. OLE color: 14990252.

HSL color Cylindrical-coordinate representation of color #ACBBE4: hue angle of 223.93º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBBE4 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 187 228 -
CMYK 0.25 0.18 0 0.11
HSL 223.93º 0.51% 0.78% -
HSV(B) 223.93º 0.25% 0.89% -
XYZ 48.79 49.91 80.46 -
YUV 187.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 172 187 228 0.25 0.18 0 0.11 223.93 0.51 0.78
Hex AC BB E4 19 12 0 B E0 33 4E
Octal 254 273 344 31 22 0 13 340 63 116
Binary 10101100 10111011 11100100 11001 10010 0 1011 11100000 110011 1001110

Color Harmonies of #ACBBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBE4

Black with #ACBBE4

Text Example


Text Example

White with #ACBBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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