Html Css Color HEX #AFBAEA Perano

📋 copy color: '#AFBAEA'

red 175 ◦ green 186 ◦ blue 234

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

Shades of Perano #AFBAEA

Tints of Perano #AFBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 29.41%
G = 31.26%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFBAEA (or 0xAFBAEA) is known color: Perano. HEX triplet: AF, BA and EA. RGB value is (175,186,234). Sum of RGB (Red+Green+Blue) = 175+186+234=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAEA is #504515. Grayscale: #BBBBBB. Windows color (decimal): -5260566 or 15383215. OLE color: 15383215.

HSL color Cylindrical-coordinate representation of color #AFBAEA: hue angle of 228.81º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBAEA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 186 234 -
CMYK 0.25 0.21 0 0.08
HSL 228.81º 0.58% 0.8% -
HSV(B) 228.81º 0.25% 0.92% -
XYZ 50.09 50.17 84.89 -
YUV 188.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 175 186 234 0.25 0.21 0 0.08 228.81 0.58 0.8
Hex AF BA EA 19 15 0 8 E5 3A 50
Octal 257 272 352 31 25 0 10 345 72 120
Binary 10101111 10111010 11101010 11001 10101 0 1000 11100101 111010 1010000

Color Harmonies of #AFBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAEA

Black with #AFBAEA

Text Example


Text Example

White with #AFBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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