Html Css Color HEX #ADB1FE Perano

📋 copy color: '#ADB1FE'

red 173 ◦ green 177 ◦ blue 254

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

Shades of Perano #ADB1FE

Tints of Perano #ADB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.3%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 28.64%
G = 29.3%
B = 42.05%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADB1FE (or 0xADB1FE) is known color: Perano. HEX triplet: AD, B1 and FE. RGB value is (173,177,254). Sum of RGB (Red+Green+Blue) = 173+177+254=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FE is #524E01. Grayscale: #B8B8B8. Windows color (decimal): -5393922 or 16691629. OLE color: 16691629.

HSL color Cylindrical-coordinate representation of color #ADB1FE: hue angle of 237.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB1FE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 177 254 -
CMYK 0.32 0.30 0 0.00
HSL 237.04º 0.98% 0.84% -
HSV(B) 237.04º 0.32% 1% -
XYZ 50.85 47.48 100.25 -
YUV 184.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 173 177 254 0.32 0.30 0 0.00 237.04 0.98 0.84
Hex AD B1 FE 20 1E 0 0 ED 62 54
Octal 255 261 376 40 36 0 0 355 142 124
Binary 10101101 10110001 11111110 100000 11110 0 0 11101101 1100010 1010100

Color Harmonies of #ADB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1FE

Black with #ADB1FE

Text Example


Text Example

White with #ADB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1FE; }

 p { color: rgb(173,177,254); }

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

background-color css

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

 a { background-color: rgb(173,177,254); }

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

border-color css

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

 span { border-color: rgb(173,177,254); }

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