Html Css Color HEX #B0BEFE Perano

📋 copy color: '#B0BEFE'

red 176 ◦ green 190 ◦ blue 254

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

Shades of Perano #B0BEFE

Tints of Perano #B0BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.65%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 28.39%
G = 30.65%
B = 40.97%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0BEFE (or 0xB0BEFE) is known color: Perano. HEX triplet: B0, BE and FE. RGB value is (176,190,254). Sum of RGB (Red+Green+Blue) = 176+190+254=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEFE is #4F4101. Grayscale: #C0C0C0. Windows color (decimal): -5193986 or 16694960. OLE color: 16694960.

HSL color Cylindrical-coordinate representation of color #B0BEFE: hue angle of 229.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BEFE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 190 254 -
CMYK 0.31 0.25 0 0.00
HSL 229.23º 0.98% 0.84% -
HSV(B) 229.23º 0.31% 1% -
XYZ 54.21 53.21 101.18 -
YUV 193.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 176 190 254 0.31 0.25 0 0.00 229.23 0.98 0.84
Hex B0 BE FE 1F 19 0 0 E5 62 54
Octal 260 276 376 37 31 0 0 345 142 124
Binary 10110000 10111110 11111110 11111 11001 0 0 11100101 1100010 1010100

Color Harmonies of #B0BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BEFE

Black with #B0BEFE

Text Example


Text Example

White with #B0BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BEFE; }

 p { color: rgb(176,190,254); }

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

background-color css

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

 a { background-color: rgb(176,190,254); }

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

border-color css

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

 span { border-color: rgb(176,190,254); }

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