Html Css Color HEX #AFBAEC Perano

📋 copy color: '#AFBAEC'

red 175 ◦ green 186 ◦ blue 236

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

Shades of Perano #AFBAEC

Tints of Perano #AFBAEC

RGB

 RED value IS 175 (68.75% from 255) = 29.31%

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 29.31%
G = 31.16%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFBAEC (or 0xAFBAEC) is known color: Perano. HEX triplet: AF, BA and EC. RGB value is (175,186,236). Sum of RGB (Red+Green+Blue) = 175+186+236=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAEC is #504513. Grayscale: #BCBCBC. Windows color (decimal): -5260564 or 15514287. OLE color: 15514287.

HSL color Cylindrical-coordinate representation of color #AFBAEC: hue angle of 229.18º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBAEC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 186 236 -
CMYK 0.26 0.21 0 0.07
HSL 229.18º 0.62% 0.81% -
HSV(B) 229.18º 0.26% 0.93% -
XYZ 50.38 50.29 86.41 -
YUV 188.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 175 186 236 0.26 0.21 0 0.07 229.18 0.62 0.81
Hex AF BA EC 1A 15 0 7 E5 3E 51
Octal 257 272 354 32 25 0 7 345 76 121
Binary 10101111 10111010 11101100 11010 10101 0 111 11100101 111110 1010001

Color Harmonies of #AFBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAEC

Black with #AFBAEC

Text Example


Text Example

White with #AFBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAEC; }

 p { color: rgb(175,186,236); }

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

background-color css

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

 a { background-color: rgb(175,186,236); }

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

border-color css

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

 span { border-color: rgb(175,186,236); }

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