Html Css Color HEX #ADB2FC Perano

📋 copy color: '#ADB2FC'

red 173 ◦ green 178 ◦ blue 252

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

Shades of Perano #ADB2FC

Tints of Perano #ADB2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.52%

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

R = 28.69%
G = 29.52%
B = 41.79%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB2FC (or 0xADB2FC) is known color: Perano. HEX triplet: AD, B2 and FC. RGB value is (173,178,252). Sum of RGB (Red+Green+Blue) = 173+178+252=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2FC is #524D03. Grayscale: #B8B8B8. Windows color (decimal): -5393668 or 16560813. OLE color: 16560813.

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

Color convert

RGB 173 178 252 -
CMYK 0.31 0.29 0 0.01
HSL 236.2º 0.93% 0.83% -
HSV(B) 236.2º 0.31% 0.99% -
XYZ 50.72 47.75 98.64 -
YUV 184.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 173 178 252 0.31 0.29 0 0.01 236.2 0.93 0.83
Hex AD B2 FC 1F 1D 0 1 EC 5D 53
Octal 255 262 374 37 35 0 1 354 135 123
Binary 10101101 10110010 11111100 11111 11101 0 1 11101100 1011101 1010011

Color Harmonies of #ADB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2FC

Black with #ADB2FC

Text Example


Text Example

White with #ADB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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