Html Css Color HEX #ADB4F4 Perano

📋 copy color: '#ADB4F4'

red 173 ◦ green 180 ◦ blue 244

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

Shades of Perano #ADB4F4

Tints of Perano #ADB4F4

RGB

 RED value IS 173 (67.97% from 255) = 28.98%

 GREEN value IS 180 (70.7% from 255) = 30.15%

 BLUE value IS 244 (95.7% from 255) = 40.87%

R = 28.98%
G = 30.15%
B = 40.87%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADB4F4 (or 0xADB4F4) is known color: Perano. HEX triplet: AD, B4 and F4. RGB value is (173,180,244). Sum of RGB (Red+Green+Blue) = 173+180+244=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADB4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4F4 is #524B0B. Grayscale: #B8B8B8. Windows color (decimal): -5393164 or 16037037. OLE color: 16037037.

HSL color Cylindrical-coordinate representation of color #ADB4F4: hue angle of 234.08º 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 #ADB4F4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 180 244 -
CMYK 0.29 0.26 0 0.04
HSL 234.08º 0.76% 0.82% -
HSV(B) 234.08º 0.29% 0.96% -
XYZ 49.88 48.06 92.23 -
YUV 185.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 173 180 244 0.29 0.26 0 0.04 234.08 0.76 0.82
Hex AD B4 F4 1D 1A 0 4 EA 4C 52
Octal 255 264 364 35 32 0 4 352 114 122
Binary 10101101 10110100 11110100 11101 11010 0 100 11101010 1001100 1010010

Color Harmonies of #ADB4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4F4

Black with #ADB4F4

Text Example


Text Example

White with #ADB4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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