Html Css Color HEX #B4B7DF Perano

📋 copy color: '#B4B7DF'

red 180 ◦ green 183 ◦ blue 223

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

Shades of Perano #B4B7DF

Tints of Perano #B4B7DF

RGB

 RED value IS 180 (70.7% from 255) = 30.72%

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

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

R = 30.72%
G = 31.23%
B = 38.05%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4B7DF (or 0xB4B7DF) is known color: Perano. HEX triplet: B4, B7 and DF. RGB value is (180,183,223). Sum of RGB (Red+Green+Blue) = 180+183+223=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7DF is #4B4820. Grayscale: #BABABA. Windows color (decimal): -4933665 or 14661556. OLE color: 14661556.

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

Color convert

RGB 180 183 223 -
CMYK 0.19 0.18 0 0.13
HSL 235.81º 0.4% 0.79% -
HSV(B) 235.81º 0.19% 0.87% -
XYZ 49.08 48.9 76.66 -
YUV 186.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 180 183 223 0.19 0.18 0 0.13 235.81 0.4 0.79
Hex B4 B7 DF 13 12 0 D EC 28 4F
Octal 264 267 337 23 22 0 15 354 50 117
Binary 10110100 10110111 11011111 10011 10010 0 1101 11101100 101000 1001111

Color Harmonies of #B4B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B7DF

Black with #B4B7DF

Text Example


Text Example

White with #B4B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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