Html Css Color HEX #ABBDE7 Perano

📋 copy color: '#ABBDE7'

red 171 ◦ green 189 ◦ blue 231

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

Shades of Perano #ABBDE7

Tints of Perano #ABBDE7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 28.93%
G = 31.98%
B = 39.09%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABBDE7 (or 0xABBDE7) is known color: Perano. HEX triplet: AB, BD and E7. RGB value is (171,189,231). Sum of RGB (Red+Green+Blue) = 171+189+231=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABBDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDE7 is #544218. Grayscale: #BCBCBC. Windows color (decimal): -5521945 or 15187371. OLE color: 15187371.

HSL color Cylindrical-coordinate representation of color #ABBDE7: hue angle of 222º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBDE7 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 189 231 -
CMYK 0.26 0.18 0 0.09
HSL 222º 0.56% 0.79% -
HSV(B) 222º 0.26% 0.91% -
XYZ 49.42 50.82 82.81 -
YUV 188.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 171 189 231 0.26 0.18 0 0.09 222 0.56 0.79
Hex AB BD E7 1A 12 0 9 DE 38 4F
Octal 253 275 347 32 22 0 11 336 70 117
Binary 10101011 10111101 11100111 11010 10010 0 1001 11011110 111000 1001111

Color Harmonies of #ABBDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDE7

Black with #ABBDE7

Text Example


Text Example

White with #ABBDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDE7; }

 p { color: rgb(171,189,231); }

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

background-color css

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

 a { background-color: rgb(171,189,231); }

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

border-color css

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

 span { border-color: rgb(171,189,231); }

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