Html Css Color HEX #ADB2FB Perano

📋 copy color: '#ADB2FB'

red 173 ◦ green 178 ◦ blue 251

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

Shades of Perano #ADB2FB

Tints of Perano #ADB2FB

RGB

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

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

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

R = 28.74%
G = 29.57%
B = 41.69%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB2FB (or 0xADB2FB) is known color: Perano. HEX triplet: AD, B2 and FB. RGB value is (173,178,251). Sum of RGB (Red+Green+Blue) = 173+178+251=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2FB is #524D04. Grayscale: #B8B8B8. Windows color (decimal): -5393669 or 16495277. OLE color: 16495277.

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

Color convert

RGB 173 178 251 -
CMYK 0.31 0.29 0 0.02
HSL 236.15º 0.91% 0.83% -
HSV(B) 236.15º 0.31% 0.98% -
XYZ 50.57 47.69 97.81 -
YUV 184.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 173 178 251 0.31 0.29 0 0.02 236.15 0.91 0.83
Hex AD B2 FB 1F 1D 0 2 EC 5B 53
Octal 255 262 373 37 35 0 2 354 133 123
Binary 10101101 10110010 11111011 11111 11101 0 10 11101100 1011011 1010011

Color Harmonies of #ADB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2FB

Black with #ADB2FB

Text Example


Text Example

White with #ADB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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