Html Css Color HEX #B0BCFF Perano

📋 copy color: '#B0BCFF'

red 176 ◦ green 188 ◦ blue 255

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

Shades of Perano #B0BCFF

Tints of Perano #B0BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.37%

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

R = 28.43%
G = 30.37%
B = 41.2%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0BCFF (or 0xB0BCFF) is known color: Perano. HEX triplet: B0, BC and FF. RGB value is (176,188,255). Sum of RGB (Red+Green+Blue) = 176+188+255=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCFF is #4F4300. Grayscale: #BFBFBF. Windows color (decimal): -5194497 or 16759984. OLE color: 16759984.

HSL color Cylindrical-coordinate representation of color #B0BCFF: hue angle of 230.89º 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 #B0BCFF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 188 255 -
CMYK 0.31 0.26 0 0
HSL 230.89º 1% 0.85% -
HSV(B) 230.89º 0.31% 1% -
XYZ 53.94 52.42 101.88 -
YUV 192.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 176 188 255 0.31 0.26 0 0 230.89 1 0.85
Hex B0 BC FF 1F 1A 0 0 E7 64 55
Octal 260 274 377 37 32 0 0 347 144 125
Binary 10110000 10111100 11111111 11111 11010 0 0 11100111 1100100 1010101

Color Harmonies of #B0BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCFF

Black with #B0BCFF

Text Example


Text Example

White with #B0BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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