Html Css Color HEX #ADBAFC Perano

📋 copy color: '#ADBAFC'

red 173 ◦ green 186 ◦ blue 252

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

Shades of Perano #ADBAFC

Tints of Perano #ADBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.44%

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

R = 28.31%
G = 30.44%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADBAFC (or 0xADBAFC) is known color: Perano. HEX triplet: AD, BA and FC. RGB value is (173,186,252). Sum of RGB (Red+Green+Blue) = 173+186+252=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFC is #524503. Grayscale: #BDBDBD. Windows color (decimal): -5391620 or 16562861. OLE color: 16562861.

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

Color convert

RGB 173 186 252 -
CMYK 0.31 0.26 0 0.01
HSL 230.13º 0.93% 0.83% -
HSV(B) 230.13º 0.31% 0.99% -
XYZ 52.36 51.03 99.19 -
YUV 189.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 173 186 252 0.31 0.26 0 0.01 230.13 0.93 0.83
Hex AD BA FC 1F 1A 0 1 E6 5D 53
Octal 255 272 374 37 32 0 1 346 135 123
Binary 10101101 10111010 11111100 11111 11010 0 1 11100110 1011101 1010011

Color Harmonies of #ADBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAFC

Black with #ADBAFC

Text Example


Text Example

White with #ADBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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