Html Css Color HEX #ADB8FC Perano

📋 copy color: '#ADB8FC'

red 173 ◦ green 184 ◦ blue 252

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

Shades of Perano #ADB8FC

Tints of Perano #ADB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

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

R = 28.41%
G = 30.21%
B = 41.38%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB8FC (or 0xADB8FC) is known color: Perano. HEX triplet: AD, B8 and FC. RGB value is (173,184,252). Sum of RGB (Red+Green+Blue) = 173+184+252=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8FC is #524703. Grayscale: #BCBCBC. Windows color (decimal): -5392132 or 16562349. OLE color: 16562349.

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

Color convert

RGB 173 184 252 -
CMYK 0.31 0.27 0 0.01
HSL 231.65º 0.93% 0.83% -
HSV(B) 231.65º 0.31% 0.99% -
XYZ 51.94 50.19 99.05 -
YUV 188.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 173 184 252 0.31 0.27 0 0.01 231.65 0.93 0.83
Hex AD B8 FC 1F 1B 0 1 E8 5D 53
Octal 255 270 374 37 33 0 1 350 135 123
Binary 10101101 10111000 11111100 11111 11011 0 1 11101000 1011101 1010011

Color Harmonies of #ADB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8FC

Black with #ADB8FC

Text Example


Text Example

White with #ADB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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