Html Css Color HEX #B0BBFA Perano

📋 copy color: '#B0BBFA'

red 176 ◦ green 187 ◦ blue 250

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

Shades of Perano #B0BBFA

Tints of Perano #B0BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

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

R = 28.71%
G = 30.51%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0BBFA (or 0xB0BBFA) is known color: Perano. HEX triplet: B0, BB and FA. RGB value is (176,187,250). Sum of RGB (Red+Green+Blue) = 176+187+250=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBFA is #4F4405. Grayscale: #BEBEBE. Windows color (decimal): -5194758 or 16432048. OLE color: 16432048.

HSL color Cylindrical-coordinate representation of color #B0BBFA: hue angle of 231.08º 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 #B0BBFA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 187 250 -
CMYK 0.30 0.25 0 0.02
HSL 231.08º 0.88% 0.84% -
HSV(B) 231.08º 0.3% 0.98% -
XYZ 52.93 51.67 97.63 -
YUV 190.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 176 187 250 0.30 0.25 0 0.02 231.08 0.88 0.84
Hex B0 BB FA 1E 19 0 2 E7 58 54
Octal 260 273 372 36 31 0 2 347 130 124
Binary 10110000 10111011 11111010 11110 11001 0 10 11100111 1011000 1010100

Color Harmonies of #B0BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBFA

Black with #B0BBFA

Text Example


Text Example

White with #B0BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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