Html Css Color HEX #ADBBFC Perano

📋 copy color: '#ADBBFC'

red 173 ◦ green 187 ◦ blue 252

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

Shades of Perano #ADBBFC

Tints of Perano #ADBBFC

RGB

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

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

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

R = 28.27%
G = 30.56%
B = 41.18%

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

#ADBBFC (or 0xADBBFC) is known color: Perano. HEX triplet: AD, BB and FC. RGB value is (173,187,252). Sum of RGB (Red+Green+Blue) = 173+187+252=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBFC is #524403. Grayscale: #BDBDBD. Windows color (decimal): -5391364 or 16563117. OLE color: 16563117.

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

Color convert

RGB 173 187 252 -
CMYK 0.31 0.26 0 0.01
HSL 229.37º 0.93% 0.83% -
HSV(B) 229.37º 0.31% 0.99% -
XYZ 52.57 51.45 99.26 -
YUV 190.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 173 187 252 0.31 0.26 0 0.01 229.37 0.93 0.83
Hex AD BB FC 1F 1A 0 1 E5 5D 53
Octal 255 273 374 37 32 0 1 345 135 123
Binary 10101101 10111011 11111100 11111 11010 0 1 11100101 1011101 1010011

Color Harmonies of #ADBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBFC

Black with #ADBBFC

Text Example


Text Example

White with #ADBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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