Html Css Color HEX #ADB4FC Perano

📋 copy color: '#ADB4FC'

red 173 ◦ green 180 ◦ blue 252

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

Shades of Perano #ADB4FC

Tints of Perano #ADB4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.75%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 28.6%
G = 29.75%
B = 41.65%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB4FC (or 0xADB4FC) is known color: Perano. HEX triplet: AD, B4 and FC. RGB value is (173,180,252). Sum of RGB (Red+Green+Blue) = 173+180+252=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FC is #524B03. Grayscale: #B9B9B9. Windows color (decimal): -5393156 or 16561325. OLE color: 16561325.

HSL color Cylindrical-coordinate representation of color #ADB4FC: hue angle of 234.68º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB4FC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 180 252 -
CMYK 0.31 0.29 0 0.01
HSL 234.68º 0.93% 0.83% -
HSV(B) 234.68º 0.31% 0.99% -
XYZ 51.13 48.56 98.77 -
YUV 186.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 173 180 252 0.31 0.29 0 0.01 234.68 0.93 0.83
Hex AD B4 FC 1F 1D 0 1 EB 5D 53
Octal 255 264 374 37 35 0 1 353 135 123
Binary 10101101 10110100 11111100 11111 11101 0 1 11101011 1011101 1010011

Color Harmonies of #ADB4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4FC

Black with #ADB4FC

Text Example


Text Example

White with #ADB4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4FC; }

 p { color: rgb(173,180,252); }

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

background-color css

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

 a { background-color: rgb(173,180,252); }

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

border-color css

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

 span { border-color: rgb(173,180,252); }

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