Html Css Color HEX #B0BFF4 Perano

📋 copy color: '#B0BFF4'

red 176 ◦ green 191 ◦ blue 244

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

Shades of Perano #B0BFF4

Tints of Perano #B0BFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.93%

R = 28.81%
G = 31.26%
B = 39.93%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0BFF4 (or 0xB0BFF4) is known color: Perano. HEX triplet: B0, BF and F4. RGB value is (176,191,244). Sum of RGB (Red+Green+Blue) = 176+191+244=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFF4 is #4F400B. Grayscale: #C0C0C0. Windows color (decimal): -5193740 or 16039856. OLE color: 16039856.

HSL color Cylindrical-coordinate representation of color #B0BFF4: hue angle of 226.76º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BFF4 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 191 244 -
CMYK 0.28 0.22 0 0.04
HSL 226.76º 0.76% 0.82% -
HSV(B) 226.76º 0.28% 0.96% -
XYZ 52.86 53.02 93.04 -
YUV 192.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 176 191 244 0.28 0.22 0 0.04 226.76 0.76 0.82
Hex B0 BF F4 1C 16 0 4 E3 4C 52
Octal 260 277 364 34 26 0 4 343 114 122
Binary 10110000 10111111 11110100 11100 10110 0 100 11100011 1001100 1010010

Color Harmonies of #B0BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFF4

Black with #B0BFF4

Text Example


Text Example

White with #B0BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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