Html Css Color HEX #B0BFFA Perano

📋 copy color: '#B0BFFA'

red 176 ◦ green 191 ◦ blue 250

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

Shades of Perano #B0BFFA

Tints of Perano #B0BFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 28.53%
G = 30.96%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0BFFA (or 0xB0BFFA) is known color: Perano. HEX triplet: B0, BF and FA. RGB value is (176,191,250). Sum of RGB (Red+Green+Blue) = 176+191+250=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFA is #4F4005. Grayscale: #C0C0C0. Windows color (decimal): -5193734 or 16433072. OLE color: 16433072.

HSL color Cylindrical-coordinate representation of color #B0BFFA: hue angle of 227.84º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BFFA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 191 250 -
CMYK 0.30 0.24 0 0.02
HSL 227.84º 0.88% 0.84% -
HSV(B) 227.84º 0.3% 0.98% -
XYZ 53.79 53.39 97.91 -
YUV 193.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 176 191 250 0.30 0.24 0 0.02 227.84 0.88 0.84
Hex B0 BF FA 1E 18 0 2 E4 58 54
Octal 260 277 372 36 30 0 2 344 130 124
Binary 10110000 10111111 11111010 11110 11000 0 10 11100100 1011000 1010100

Color Harmonies of #B0BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFFA

Black with #B0BFFA

Text Example


Text Example

White with #B0BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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