Html Css Color HEX #B0AFE7 Perano

📋 copy color: '#B0AFE7'

red 176 ◦ green 175 ◦ blue 231

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

Shades of Perano #B0AFE7

Tints of Perano #B0AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.69%

R = 30.24%
G = 30.07%
B = 39.69%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B0AFE7 (or 0xB0AFE7) is known color: Perano. HEX triplet: B0, AF and E7. RGB value is (176,175,231). Sum of RGB (Red+Green+Blue) = 176+175+231=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFE7 is #4F5018. Grayscale: #B5B5B5. Windows color (decimal): -5197849 or 15183792. OLE color: 15183792.

HSL color Cylindrical-coordinate representation of color #B0AFE7: hue angle of 241.07º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0AFE7 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 175 231 -
CMYK 0.24 0.24 0 0.09
HSL 241.07º 0.54% 0.8% -
HSV(B) 241.07º 0.24% 0.91% -
XYZ 47.66 45.66 81.9 -
YUV 181.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 176 175 231 0.24 0.24 0 0.09 241.07 0.54 0.8
Hex B0 AF E7 18 18 0 9 F1 36 50
Octal 260 257 347 30 30 0 11 361 66 120
Binary 10110000 10101111 11100111 11000 11000 0 1001 11110001 110110 1010000

Color Harmonies of #B0AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFE7

Black with #B0AFE7

Text Example


Text Example

White with #B0AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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