Html Css Color HEX #AFB8F3 Perano

📋 copy color: '#AFB8F3'

red 175 ◦ green 184 ◦ blue 243

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

Shades of Perano #AFB8F3

Tints of Perano #AFB8F3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.56%

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 29.07%
G = 30.56%
B = 40.37%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFB8F3 (or 0xAFB8F3) is known color: Perano. HEX triplet: AF, B8 and F3. RGB value is (175,184,243). Sum of RGB (Red+Green+Blue) = 175+184+243=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8F3 is #50470C. Grayscale: #BBBBBB. Windows color (decimal): -5261069 or 15972527. OLE color: 15972527.

HSL color Cylindrical-coordinate representation of color #AFB8F3: hue angle of 232.06º degrees, saturation: 0.74, 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 #AFB8F3 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 184 243 -
CMYK 0.28 0.24 0 0.05
HSL 232.06º 0.74% 0.82% -
HSV(B) 232.06º 0.28% 0.95% -
XYZ 51 49.87 91.73 -
YUV 188.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 175 184 243 0.28 0.24 0 0.05 232.06 0.74 0.82
Hex AF B8 F3 1C 18 0 5 E8 4A 52
Octal 257 270 363 34 30 0 5 350 112 122
Binary 10101111 10111000 11110011 11100 11000 0 101 11101000 1001010 1010010

Color Harmonies of #AFB8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8F3

Black with #AFB8F3

Text Example


Text Example

White with #AFB8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8F3; }

 p { color: rgb(175,184,243); }

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

background-color css

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

 a { background-color: rgb(175,184,243); }

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

border-color css

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

 span { border-color: rgb(175,184,243); }

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