Html Css Color HEX #B0B5DF Perano

📋 copy color: '#B0B5DF'

red 176 ◦ green 181 ◦ blue 223

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

Shades of Perano #B0B5DF

Tints of Perano #B0B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.21%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 30.34%
G = 31.21%
B = 38.45%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0B5DF (or 0xB0B5DF) is known color: Perano. HEX triplet: B0, B5 and DF. RGB value is (176,181,223). Sum of RGB (Red+Green+Blue) = 176+181+223=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5DF is #4F4A20. Grayscale: #B8B8B8. Windows color (decimal): -5196321 or 14661040. OLE color: 14661040.

HSL color Cylindrical-coordinate representation of color #B0B5DF: hue angle of 233.62º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B5DF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 181 223 -
CMYK 0.21 0.19 0 0.13
HSL 233.62º 0.42% 0.78% -
HSV(B) 233.62º 0.21% 0.87% -
XYZ 47.75 47.61 76.48 -
YUV 184.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 176 181 223 0.21 0.19 0 0.13 233.62 0.42 0.78
Hex B0 B5 DF 15 13 0 D EA 2A 4E
Octal 260 265 337 25 23 0 15 352 52 116
Binary 10110000 10110101 11011111 10101 10011 0 1101 11101010 101010 1001110

Color Harmonies of #B0B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B5DF

Black with #B0B5DF

Text Example


Text Example

White with #B0B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B5DF; }

 p { color: rgb(176,181,223); }

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

background-color css

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

 a { background-color: rgb(176,181,223); }

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

border-color css

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

 span { border-color: rgb(176,181,223); }

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