Html Css Color HEX #ADB1F3 Perano

📋 copy color: '#ADB1F3'

red 173 ◦ green 177 ◦ blue 243

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

Shades of Perano #ADB1F3

Tints of Perano #ADB1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.98%

R = 29.17%
G = 29.85%
B = 40.98%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB1F3 (or 0xADB1F3) is known color: Perano. HEX triplet: AD, B1 and F3. RGB value is (173,177,243). Sum of RGB (Red+Green+Blue) = 173+177+243=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F3 is #524E0C. Grayscale: #B7B7B7. Windows color (decimal): -5393933 or 15970733. OLE color: 15970733.

HSL color Cylindrical-coordinate representation of color #ADB1F3: hue angle of 236.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB1F3 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 177 243 -
CMYK 0.29 0.27 0 0.05
HSL 236.57º 0.74% 0.82% -
HSV(B) 236.57º 0.29% 0.95% -
XYZ 49.13 46.8 91.24 -
YUV 183.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 173 177 243 0.29 0.27 0 0.05 236.57 0.74 0.82
Hex AD B1 F3 1D 1B 0 5 ED 4A 52
Octal 255 261 363 35 33 0 5 355 112 122
Binary 10101101 10110001 11110011 11101 11011 0 101 11101101 1001010 1010010

Color Harmonies of #ADB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1F3

Black with #ADB1F3

Text Example


Text Example

White with #ADB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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