Html Css Color HEX #AFB2E5 Perano

📋 copy color: '#AFB2E5'

red 175 ◦ green 178 ◦ blue 229

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

Shades of Perano #AFB2E5

Tints of Perano #AFB2E5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.58%

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 30.07%
G = 30.58%
B = 39.35%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB2E5 (or 0xAFB2E5) is known color: Perano. HEX triplet: AF, B2 and E5. RGB value is (175,178,229). Sum of RGB (Red+Green+Blue) = 175+178+229=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2E5 is #504D1A. Grayscale: #B6B6B6. Windows color (decimal): -5262619 or 15053487. OLE color: 15053487.

HSL color Cylindrical-coordinate representation of color #AFB2E5: hue angle of 236.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB2E5 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 178 229 -
CMYK 0.24 0.22 0 0.10
HSL 236.67º 0.51% 0.79% -
HSV(B) 236.67º 0.24% 0.9% -
XYZ 47.74 46.61 80.61 -
YUV 182.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 175 178 229 0.24 0.22 0 0.10 236.67 0.51 0.79
Hex AF B2 E5 18 16 0 A ED 33 4F
Octal 257 262 345 30 26 0 12 355 63 117
Binary 10101111 10110010 11100101 11000 10110 0 1010 11101101 110011 1001111

Color Harmonies of #AFB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2E5

Black with #AFB2E5

Text Example


Text Example

White with #AFB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2E5; }

 p { color: rgb(175,178,229); }

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

background-color css

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

 a { background-color: rgb(175,178,229); }

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

border-color css

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

 span { border-color: rgb(175,178,229); }

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