Html Css Color HEX #AFBCE3 Perano

📋 copy color: '#AFBCE3'

red 175 ◦ green 188 ◦ blue 227

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

Shades of Perano #AFBCE3

Tints of Perano #AFBCE3

RGB

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

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

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

R = 29.66%
G = 31.86%
B = 38.47%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFBCE3 (or 0xAFBCE3) is known color: Perano. HEX triplet: AF, BC and E3. RGB value is (175,188,227). Sum of RGB (Red+Green+Blue) = 175+188+227=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE3 is #50431C. Grayscale: #BCBCBC. Windows color (decimal): -5260061 or 14924975. OLE color: 14924975.

HSL color Cylindrical-coordinate representation of color #AFBCE3: hue angle of 225º 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 #AFBCE3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 188 227 -
CMYK 0.23 0.17 0 0.11
HSL 225º 0.48% 0.79% -
HSV(B) 225º 0.23% 0.89% -
XYZ 49.53 50.63 79.83 -
YUV 188.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 175 188 227 0.23 0.17 0 0.11 225 0.48 0.79
Hex AF BC E3 17 11 0 B E1 30 4F
Octal 257 274 343 27 21 0 13 341 60 117
Binary 10101111 10111100 11100011 10111 10001 0 1011 11100001 110000 1001111

Color Harmonies of #AFBCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCE3

Black with #AFBCE3

Text Example


Text Example

White with #AFBCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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