Html Css Color HEX #ADBBE5 Perano

📋 copy color: '#ADBBE5'

red 173 ◦ green 187 ◦ blue 229

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

Shades of Perano #ADBBE5

Tints of Perano #ADBBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 29.37%
G = 31.75%
B = 38.88%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADBBE5 (or 0xADBBE5) is known color: Perano. HEX triplet: AD, BB and E5. RGB value is (173,187,229). Sum of RGB (Red+Green+Blue) = 173+187+229=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADBBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE5 is #52441A. Grayscale: #BBBBBB. Windows color (decimal): -5391387 or 15055789. OLE color: 15055789.

HSL color Cylindrical-coordinate representation of color #ADBBE5: hue angle of 225º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBBE5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 187 229 -
CMYK 0.24 0.18 0 0.10
HSL 225º 0.52% 0.79% -
HSV(B) 225º 0.24% 0.9% -
XYZ 49.15 50.08 81.21 -
YUV 187.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 173 187 229 0.24 0.18 0 0.10 225 0.52 0.79
Hex AD BB E5 18 12 0 A E1 34 4F
Octal 255 273 345 30 22 0 12 341 64 117
Binary 10101101 10111011 11100101 11000 10010 0 1010 11100001 110100 1001111

Color Harmonies of #ADBBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBE5

Black with #ADBBE5

Text Example


Text Example

White with #ADBBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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