#ADBFF4

Color #ADBFF4 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADBFF4

Tints of Perano #ADBFF4

Color information

#ADBFF4 (or 0xADBFF4) is unknown color: approx Perano. HEX triplet: AD, BF and F4. RGB value is (173,191,244). Sum of RGB (Red+Green+Blue) = 173+191+244=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFF4 is #52400B. Grayscale: #BFBFBF. Windows color (decimal): -5390348 or 16039853. OLE color: 16039853.

HSL color Cylindrical-coordinate representation of color #ADBFF4: hue angle of 224.79º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBFF4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173191244-
CMYK0.290.2200.04
HSL224.79º76.34%81.76%-
HSV(B)224.79º29.1%95.69%-
XYZ52.1952.6893-
YUV191.66157.54114.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=28.45%
G=31.41%
B=40.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731912440.290.2200.04224.7976.3481.76
HexADBFF41D1604e14c52
Octal255277364352604341114122
Binary101011011011111111110100111011011001001110000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFF4; }

 p { color: rgb(173,191,244); }

 H1.HeaderClassName
 {
   color: #ADBFF4;
 }
 .AnyTagClassName
 {
   color: #ADBFF4;
 }
</style>
background-color css

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

 a { background-color: rgb(173,191,244); }

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

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

 span { border-color: rgb(173,191,244); }

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