Html Css Color HEX #B0BFFF Perano

📋 copy color: '#B0BFFF'

red 176 ◦ green 191 ◦ blue 255

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

Shades of Perano #B0BFFF

Tints of Perano #B0BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 255 (100% from 255) = 41%

R = 28.3%
G = 30.71%
B = 41%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0BFFF (or 0xB0BFFF) is known color: Perano. HEX triplet: B0, BF and FF. RGB value is (176,191,255). Sum of RGB (Red+Green+Blue) = 176+191+255=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFF is #4F4000. Grayscale: #C1C1C1. Windows color (decimal): -5193729 or 16760752. OLE color: 16760752.

HSL color Cylindrical-coordinate representation of color #B0BFFF: hue angle of 228.61º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BFFF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 191 255 -
CMYK 0.31 0.25 0 0
HSL 228.61º 1% 0.85% -
HSV(B) 228.61º 0.31% 1% -
XYZ 54.59 53.71 102.1 -
YUV 193.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 176 191 255 0.31 0.25 0 0 228.61 1 0.85
Hex B0 BF FF 1F 19 0 0 E5 64 55
Octal 260 277 377 37 31 0 0 345 144 125
Binary 10110000 10111111 11111111 11111 11001 0 0 11100101 1100100 1010101

Color Harmonies of #B0BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFFF

Black with #B0BFFF

Text Example


Text Example

White with #B0BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFFF; }

 p { color: rgb(176,191,255); }

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

background-color css

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

 a { background-color: rgb(176,191,255); }

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

border-color css

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

 span { border-color: rgb(176,191,255); }

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