Html Css Color HEX #ADB4FB Perano

📋 copy color: '#ADB4FB'

red 173 ◦ green 180 ◦ blue 251

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

Shades of Perano #ADB4FB

Tints of Perano #ADB4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 28.64%
G = 29.8%
B = 41.56%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB4FB (or 0xADB4FB) is known color: Perano. HEX triplet: AD, B4 and FB. RGB value is (173,180,251). Sum of RGB (Red+Green+Blue) = 173+180+251=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FB is #524B04. Grayscale: #B9B9B9. Windows color (decimal): -5393157 or 16495789. OLE color: 16495789.

HSL color Cylindrical-coordinate representation of color #ADB4FB: hue angle of 234.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB4FB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 180 251 -
CMYK 0.31 0.28 0 0.02
HSL 234.62º 0.91% 0.83% -
HSV(B) 234.62º 0.31% 0.98% -
XYZ 50.97 48.49 97.94 -
YUV 186 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 173 180 251 0.31 0.28 0 0.02 234.62 0.91 0.83
Hex AD B4 FB 1F 1C 0 2 EB 5B 53
Octal 255 264 373 37 34 0 2 353 133 123
Binary 10101101 10110100 11111011 11111 11100 0 10 11101011 1011011 1010011

Color Harmonies of #ADB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4FB

Black with #ADB4FB

Text Example


Text Example

White with #ADB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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