Html Css Color HEX #ADB1F2 Perano

📋 copy color: '#ADB1F2'

red 173 ◦ green 177 ◦ blue 242

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

Shades of Perano #ADB1F2

Tints of Perano #ADB1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 29.22%
G = 29.9%
B = 40.88%

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

#ADB1F2 (or 0xADB1F2) is known color: Perano. HEX triplet: AD, B1 and F2. RGB value is (173,177,242). Sum of RGB (Red+Green+Blue) = 173+177+242=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F2 is #524E0D. Grayscale: #B6B6B6. Windows color (decimal): -5393934 or 15905197. OLE color: 15905197.

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

Color convert

RGB 173 177 242 -
CMYK 0.29 0.27 0 0.05
HSL 236.52º 0.73% 0.81% -
HSV(B) 236.52º 0.29% 0.95% -
XYZ 48.98 46.74 90.44 -
YUV 183.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 173 177 242 0.29 0.27 0 0.05 236.52 0.73 0.81
Hex AD B1 F2 1D 1B 0 5 ED 49 51
Octal 255 261 362 35 33 0 5 355 111 121
Binary 10101101 10110001 11110010 11101 11011 0 101 11101101 1001001 1010001

Color Harmonies of #ADB1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1F2

Black with #ADB1F2

Text Example


Text Example

White with #ADB1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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