Html Css Color HEX #B0B4DF Perano

📋 copy color: '#B0B4DF'

red 176 ◦ green 180 ◦ blue 223

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

Shades of Perano #B0B4DF

Tints of Perano #B0B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.09%

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

R = 30.4%
G = 31.09%
B = 38.51%

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

#B0B4DF (or 0xB0B4DF) is known color: Perano. HEX triplet: B0, B4 and DF. RGB value is (176,180,223). Sum of RGB (Red+Green+Blue) = 176+180+223=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4DF is #4F4B20. Grayscale: #B7B7B7. Windows color (decimal): -5196577 or 14660784. OLE color: 14660784.

HSL color Cylindrical-coordinate representation of color #B0B4DF: hue angle of 234.89º 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 #B0B4DF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 180 223 -
CMYK 0.21 0.19 0 0.13
HSL 234.89º 0.42% 0.78% -
HSV(B) 234.89º 0.21% 0.87% -
XYZ 47.55 47.2 76.42 -
YUV 183.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 176 180 223 0.21 0.19 0 0.13 234.89 0.42 0.78
Hex B0 B4 DF 15 13 0 D EB 2A 4E
Octal 260 264 337 25 23 0 15 353 52 116
Binary 10110000 10110100 11011111 10101 10011 0 1101 11101011 101010 1001110

Color Harmonies of #B0B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B4DF

Black with #B0B4DF

Text Example


Text Example

White with #B0B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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