Html Css Color HEX #ABBCE5 Perano

📋 copy color: '#ABBCE5'

red 171 ◦ green 188 ◦ blue 229

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

Shades of Perano #ABBCE5

Tints of Perano #ABBCE5

RGB

 RED value IS 171 (67.19% from 255) = 29.08%

 GREEN value IS 188 (73.83% from 255) = 31.97%

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

R = 29.08%
G = 31.97%
B = 38.95%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABBCE5 (or 0xABBCE5) is known color: Perano. HEX triplet: AB, BC and E5. RGB value is (171,188,229). Sum of RGB (Red+Green+Blue) = 171+188+229=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCE5 is #54431A. Grayscale: #BBBBBB. Windows color (decimal): -5522203 or 15056043. OLE color: 15056043.

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

Color convert

RGB 171 188 229 -
CMYK 0.25 0.18 0 0.10
HSL 222.41º 0.53% 0.78% -
HSV(B) 222.41º 0.25% 0.9% -
XYZ 48.92 50.28 81.26 -
YUV 187.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 171 188 229 0.25 0.18 0 0.10 222.41 0.53 0.78
Hex AB BC E5 19 12 0 A DE 35 4E
Octal 253 274 345 31 22 0 12 336 65 116
Binary 10101011 10111100 11100101 11001 10010 0 1010 11011110 110101 1001110

Color Harmonies of #ABBCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCE5

Black with #ABBCE5

Text Example


Text Example

White with #ABBCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCE5; }

 p { color: rgb(171,188,229); }

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

background-color css

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

 a { background-color: rgb(171,188,229); }

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

border-color css

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

 span { border-color: rgb(171,188,229); }

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