Html Css Color HEX #ADBBFE Perano

📋 copy color: '#ADBBFE'

red 173 ◦ green 187 ◦ blue 254

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

Shades of Perano #ADBBFE

Tints of Perano #ADBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.46%

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 28.18%
G = 30.46%
B = 41.37%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADBBFE (or 0xADBBFE) is known color: Perano. HEX triplet: AD, BB and FE. RGB value is (173,187,254). Sum of RGB (Red+Green+Blue) = 173+187+254=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBFE is #524401. Grayscale: #BEBEBE. Windows color (decimal): -5391362 or 16694189. OLE color: 16694189.

HSL color Cylindrical-coordinate representation of color #ADBBFE: hue angle of 229.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBBFE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 187 254 -
CMYK 0.32 0.26 0 0.00
HSL 229.63º 0.98% 0.84% -
HSV(B) 229.63º 0.32% 1% -
XYZ 52.89 51.58 100.93 -
YUV 190.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 173 187 254 0.32 0.26 0 0.00 229.63 0.98 0.84
Hex AD BB FE 20 1A 0 0 E6 62 54
Octal 255 273 376 40 32 0 0 346 142 124
Binary 10101101 10111011 11111110 100000 11010 0 0 11100110 1100010 1010100

Color Harmonies of #ADBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBFE

Black with #ADBBFE

Text Example


Text Example

White with #ADBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBFE; }

 p { color: rgb(173,187,254); }

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

background-color css

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

 a { background-color: rgb(173,187,254); }

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

border-color css

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

 span { border-color: rgb(173,187,254); }

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