Html Css Color HEX #ADB3F3 Perano

📋 copy color: '#ADB3F3'

red 173 ◦ green 179 ◦ blue 243

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

Shades of Perano #ADB3F3

Tints of Perano #ADB3F3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 29.08%
G = 30.08%
B = 40.84%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB3F3 (or 0xADB3F3) is known color: Perano. HEX triplet: AD, B3 and F3. RGB value is (173,179,243). Sum of RGB (Red+Green+Blue) = 173+179+243=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F3 is #524C0C. Grayscale: #B8B8B8. Windows color (decimal): -5393421 or 15971245. OLE color: 15971245.

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

Color convert

RGB 173 179 243 -
CMYK 0.29 0.26 0 0.05
HSL 234.86º 0.74% 0.82% -
HSV(B) 234.86º 0.29% 0.95% -
XYZ 49.53 47.6 91.37 -
YUV 184.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 173 179 243 0.29 0.26 0 0.05 234.86 0.74 0.82
Hex AD B3 F3 1D 1A 0 5 EB 4A 52
Octal 255 263 363 35 32 0 5 353 112 122
Binary 10101101 10110011 11110011 11101 11010 0 101 11101011 1001010 1010010

Color Harmonies of #ADB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3F3

Black with #ADB3F3

Text Example


Text Example

White with #ADB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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