Html Css Color HEX #B0B7DF Perano

📋 copy color: '#B0B7DF'

red 176 ◦ green 183 ◦ blue 223

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

Shades of Perano #B0B7DF

Tints of Perano #B0B7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.44%

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

R = 30.24%
G = 31.44%
B = 38.32%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0B7DF (or 0xB0B7DF) is known color: Perano. HEX triplet: B0, B7 and DF. RGB value is (176,183,223). Sum of RGB (Red+Green+Blue) = 176+183+223=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7DF is #4F4820. Grayscale: #B9B9B9. Windows color (decimal): -5195809 or 14661552. OLE color: 14661552.

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

Color convert

RGB 176 183 223 -
CMYK 0.21 0.18 0 0.13
HSL 231.06º 0.42% 0.78% -
HSV(B) 231.06º 0.21% 0.87% -
XYZ 48.16 48.42 76.62 -
YUV 185.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 176 183 223 0.21 0.18 0 0.13 231.06 0.42 0.78
Hex B0 B7 DF 15 12 0 D E7 2A 4E
Octal 260 267 337 25 22 0 15 347 52 116
Binary 10110000 10110111 11011111 10101 10010 0 1101 11100111 101010 1001110

Color Harmonies of #B0B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7DF

Black with #B0B7DF

Text Example


Text Example

White with #B0B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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