Html Css Color HEX #ACBFE7 Perano

📋 copy color: '#ACBFE7'

red 172 ◦ green 191 ◦ blue 231

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

Shades of Perano #ACBFE7

Tints of Perano #ACBFE7

RGB

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

 GREEN value IS 191 (75% from 255) = 32.15%

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 28.96%
G = 32.15%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACBFE7 (or 0xACBFE7) is known color: Perano. HEX triplet: AC, BF and E7. RGB value is (172,191,231). Sum of RGB (Red+Green+Blue) = 172+191+231=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACBFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFE7 is #534018. Grayscale: #BDBDBD. Windows color (decimal): -5455897 or 15187884. OLE color: 15187884.

HSL color Cylindrical-coordinate representation of color #ACBFE7: hue angle of 220.68º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBFE7 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 191 231 -
CMYK 0.26 0.17 0 0.09
HSL 220.68º 0.55% 0.79% -
HSV(B) 220.68º 0.26% 0.91% -
XYZ 50.07 51.8 82.96 -
YUV 189.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 172 191 231 0.26 0.17 0 0.09 220.68 0.55 0.79
Hex AC BF E7 1A 11 0 9 DD 37 4F
Octal 254 277 347 32 21 0 11 335 67 117
Binary 10101100 10111111 11100111 11010 10001 0 1001 11011101 110111 1001111

Color Harmonies of #ACBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFE7

Black with #ACBFE7

Text Example


Text Example

White with #ACBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFE7; }

 p { color: rgb(172,191,231); }

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

background-color css

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

 a { background-color: rgb(172,191,231); }

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

border-color css

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

 span { border-color: rgb(172,191,231); }

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