Html Css Color HEX #AFBFE3 Perano

📋 copy color: '#AFBFE3'

red 175 ◦ green 191 ◦ blue 227

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

Shades of Perano #AFBFE3

Tints of Perano #AFBFE3

RGB

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

 GREEN value IS 191 (75% from 255) = 32.21%

 BLUE value IS 227 (89.06% from 255) = 38.28%

R = 29.51%
G = 32.21%
B = 38.28%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFBFE3 (or 0xAFBFE3) is known color: Perano. HEX triplet: AF, BF and E3. RGB value is (175,191,227). Sum of RGB (Red+Green+Blue) = 175+191+227=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFE3 is #50401C. Grayscale: #BEBEBE. Windows color (decimal): -5259293 or 14925743. OLE color: 14925743.

HSL color Cylindrical-coordinate representation of color #AFBFE3: hue angle of 221.54º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBFE3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 191 227 -
CMYK 0.23 0.16 0 0.11
HSL 221.54º 0.48% 0.79% -
HSV(B) 221.54º 0.23% 0.89% -
XYZ 50.18 51.92 80.05 -
YUV 190.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 175 191 227 0.23 0.16 0 0.11 221.54 0.48 0.79
Hex AF BF E3 17 10 0 B DE 30 4F
Octal 257 277 343 27 20 0 13 336 60 117
Binary 10101111 10111111 11100011 10111 10000 0 1011 11011110 110000 1001111

Color Harmonies of #AFBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFE3

Black with #AFBFE3

Text Example


Text Example

White with #AFBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFE3; }

 p { color: rgb(175,191,227); }

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

background-color css

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

 a { background-color: rgb(175,191,227); }

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

border-color css

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

 span { border-color: rgb(175,191,227); }

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