Html Css Color HEX #ADB6FC Perano

📋 copy color: '#ADB6FC'

red 173 ◦ green 182 ◦ blue 252

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

Shades of Perano #ADB6FC

Tints of Perano #ADB6FC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 28.5%
G = 29.98%
B = 41.52%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB6FC (or 0xADB6FC) is known color: Perano. HEX triplet: AD, B6 and FC. RGB value is (173,182,252). Sum of RGB (Red+Green+Blue) = 173+182+252=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FC is #524903. Grayscale: #BBBBBB. Windows color (decimal): -5392644 or 16561837. OLE color: 16561837.

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

Color convert

RGB 173 182 252 -
CMYK 0.31 0.28 0 0.01
HSL 233.16º 0.93% 0.83% -
HSV(B) 233.16º 0.31% 0.99% -
XYZ 51.53 49.37 98.91 -
YUV 187.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 173 182 252 0.31 0.28 0 0.01 233.16 0.93 0.83
Hex AD B6 FC 1F 1C 0 1 E9 5D 53
Octal 255 266 374 37 34 0 1 351 135 123
Binary 10101101 10110110 11111100 11111 11100 0 1 11101001 1011101 1010011

Color Harmonies of #ADB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6FC

Black with #ADB6FC

Text Example


Text Example

White with #ADB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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