Html Css Color HEX #AFBDF2 Perano

📋 copy color: '#AFBDF2'

red 175 ◦ green 189 ◦ blue 242

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

Shades of Perano #AFBDF2

Tints of Perano #AFBDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.19%

 BLUE value IS 242 (94.92% from 255) = 39.93%

R = 28.88%
G = 31.19%
B = 39.93%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFBDF2 (or 0xAFBDF2) is known color: Perano. HEX triplet: AF, BD and F2. RGB value is (175,189,242). Sum of RGB (Red+Green+Blue) = 175+189+242=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDF2 is #50420D. Grayscale: #BEBEBE. Windows color (decimal): -5259790 or 15908271. OLE color: 15908271.

HSL color Cylindrical-coordinate representation of color #AFBDF2: hue angle of 227.46º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBDF2 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 189 242 -
CMYK 0.28 0.22 0 0.05
HSL 227.46º 0.72% 0.82% -
HSV(B) 227.46º 0.28% 0.95% -
XYZ 51.9 51.92 91.29 -
YUV 190.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 175 189 242 0.28 0.22 0 0.05 227.46 0.72 0.82
Hex AF BD F2 1C 16 0 5 E3 48 52
Octal 257 275 362 34 26 0 5 343 110 122
Binary 10101111 10111101 11110010 11100 10110 0 101 11100011 1001000 1010010

Color Harmonies of #AFBDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDF2

Black with #AFBDF2

Text Example


Text Example

White with #AFBDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDF2; }

 p { color: rgb(175,189,242); }

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

background-color css

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

 a { background-color: rgb(175,189,242); }

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

border-color css

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

 span { border-color: rgb(175,189,242); }

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