Html Css Color HEX #B0BDF7 Perano

📋 copy color: '#B0BDF7'

red 176 ◦ green 189 ◦ blue 247

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

Shades of Perano #B0BDF7

Tints of Perano #B0BDF7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 28.76%
G = 30.88%
B = 40.36%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B0BDF7 (or 0xB0BDF7) is known color: Perano. HEX triplet: B0, BD and F7. RGB value is (176,189,247). Sum of RGB (Red+Green+Blue) = 176+189+247=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0BDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDF7 is #4F4208. Grayscale: #BFBFBF. Windows color (decimal): -5194249 or 16235952. OLE color: 16235952.

HSL color Cylindrical-coordinate representation of color #B0BDF7: hue angle of 229.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BDF7 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 189 247 -
CMYK 0.29 0.23 0 0.03
HSL 229.01º 0.82% 0.83% -
HSV(B) 229.01º 0.29% 0.97% -
XYZ 52.89 52.34 95.31 -
YUV 191.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 176 189 247 0.29 0.23 0 0.03 229.01 0.82 0.83
Hex B0 BD F7 1D 17 0 3 E5 52 53
Octal 260 275 367 35 27 0 3 345 122 123
Binary 10110000 10111101 11110111 11101 10111 0 11 11100101 1010010 1010011

Color Harmonies of #B0BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDF7

Black with #B0BDF7

Text Example


Text Example

White with #B0BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDF7; }

 p { color: rgb(176,189,247); }

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

background-color css

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

 a { background-color: rgb(176,189,247); }

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

border-color css

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

 span { border-color: rgb(176,189,247); }

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