Html Css Color HEX #ADB1FC Perano

📋 copy color: '#ADB1FC'

red 173 ◦ green 177 ◦ blue 252

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

Shades of Perano #ADB1FC

Tints of Perano #ADB1FC

RGB

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

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

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

R = 28.74%
G = 29.4%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB1FC (or 0xADB1FC) is known color: Perano. HEX triplet: AD, B1 and FC. RGB value is (173,177,252). Sum of RGB (Red+Green+Blue) = 173+177+252=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FC is #524E03. Grayscale: #B8B8B8. Windows color (decimal): -5393924 or 16560557. OLE color: 16560557.

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

Color convert

RGB 173 177 252 -
CMYK 0.31 0.30 0 0.01
HSL 236.96º 0.93% 0.83% -
HSV(B) 236.96º 0.31% 0.99% -
XYZ 50.53 47.36 98.57 -
YUV 184.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 173 177 252 0.31 0.30 0 0.01 236.96 0.93 0.83
Hex AD B1 FC 1F 1E 0 1 ED 5D 53
Octal 255 261 374 37 36 0 1 355 135 123
Binary 10101101 10110001 11111100 11111 11110 0 1 11101101 1011101 1010011

Color Harmonies of #ADB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1FC

Black with #ADB1FC

Text Example


Text Example

White with #ADB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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