Html Css Color HEX #B0BFF0 Perano

📋 copy color: '#B0BFF0'

red 176 ◦ green 191 ◦ blue 240

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

Shades of Perano #B0BFF0

Tints of Perano #B0BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.54%

R = 29%
G = 31.47%
B = 39.54%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0BFF0 (or 0xB0BFF0) is known color: Perano. HEX triplet: B0, BF and F0. RGB value is (176,191,240). Sum of RGB (Red+Green+Blue) = 176+191+240=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFF0 is #4F400F. Grayscale: #BFBFBF. Windows color (decimal): -5193744 or 15777712. OLE color: 15777712.

HSL color Cylindrical-coordinate representation of color #B0BFF0: hue angle of 225.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BFF0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 191 240 -
CMYK 0.27 0.20 0 0.06
HSL 225.94º 0.68% 0.82% -
HSV(B) 225.94º 0.27% 0.94% -
XYZ 52.26 52.78 89.87 -
YUV 192.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 176 191 240 0.27 0.20 0 0.06 225.94 0.68 0.82
Hex B0 BF F0 1B 14 0 6 E2 44 52
Octal 260 277 360 33 24 0 6 342 104 122
Binary 10110000 10111111 11110000 11011 10100 0 110 11100010 1000100 1010010

Color Harmonies of #B0BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFF0

Black with #B0BFF0

Text Example


Text Example

White with #B0BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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