Html Css Color HEX #B0AFE5 Perano

📋 copy color: '#B0AFE5'

red 176 ◦ green 175 ◦ blue 229

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

Shades of Perano #B0AFE5

Tints of Perano #B0AFE5

RGB

 RED value IS 176 (69.14% from 255) = 30.34%

 GREEN value IS 175 (68.75% from 255) = 30.17%

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

R = 30.34%
G = 30.17%
B = 39.48%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B0AFE5 (or 0xB0AFE5) is known color: Perano. HEX triplet: B0, AF and E5. RGB value is (176,175,229). Sum of RGB (Red+Green+Blue) = 176+175+229=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFE5 is #4F501A. Grayscale: #B5B5B5. Windows color (decimal): -5197851 or 15052720. OLE color: 15052720.

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

Color convert

RGB 176 175 229 -
CMYK 0.23 0.24 0 0.10
HSL 241.11º 0.51% 0.79% -
HSV(B) 241.11º 0.24% 0.9% -
XYZ 47.38 45.55 80.42 -
YUV 181.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 176 175 229 0.23 0.24 0 0.10 241.11 0.51 0.79
Hex B0 AF E5 17 18 0 A F1 33 4F
Octal 260 257 345 27 30 0 12 361 63 117
Binary 10110000 10101111 11100101 10111 11000 0 1010 11110001 110011 1001111

Color Harmonies of #B0AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFE5

Black with #B0AFE5

Text Example


Text Example

White with #B0AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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