Html Css Color HEX #ADB0F3 Perano

📋 copy color: '#ADB0F3'

red 173 ◦ green 176 ◦ blue 243

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

Shades of Perano #ADB0F3

Tints of Perano #ADB0F3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.73%

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

R = 29.22%
G = 29.73%
B = 41.05%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB0F3 (or 0xADB0F3) is known color: Perano. HEX triplet: AD, B0 and F3. RGB value is (173,176,243). Sum of RGB (Red+Green+Blue) = 173+176+243=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0F3 is #524F0C. Grayscale: #B6B6B6. Windows color (decimal): -5394189 or 15970477. OLE color: 15970477.

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

Color convert

RGB 173 176 243 -
CMYK 0.29 0.28 0 0.05
HSL 237.43º 0.74% 0.82% -
HSV(B) 237.43º 0.29% 0.95% -
XYZ 48.94 46.41 91.17 -
YUV 182.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 173 176 243 0.29 0.28 0 0.05 237.43 0.74 0.82
Hex AD B0 F3 1D 1C 0 5 ED 4A 52
Octal 255 260 363 35 34 0 5 355 112 122
Binary 10101101 10110000 11110011 11101 11100 0 101 11101101 1001010 1010010

Color Harmonies of #ADB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0F3

Black with #ADB0F3

Text Example


Text Example

White with #ADB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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