Html Css Color HEX #B7BCDC Perano

📋 copy color: '#B7BCDC'

red 183 ◦ green 188 ◦ blue 220

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

Shades of Perano #B7BCDC

Tints of Perano #B7BCDC

RGB

 RED value IS 183 (71.88% from 255) = 30.96%

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 30.96%
G = 31.81%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7BCDC (or 0xB7BCDC) is known color: Perano. HEX triplet: B7, BC and DC. RGB value is (183,188,220). Sum of RGB (Red+Green+Blue) = 183+188+220=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCDC is #484323. Grayscale: #BEBEBE. Windows color (decimal): -4735780 or 14466231. OLE color: 14466231.

HSL color Cylindrical-coordinate representation of color #B7BCDC: hue angle of 231.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BCDC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 188 220 -
CMYK 0.17 0.15 0 0.14
HSL 231.89º 0.35% 0.79% -
HSV(B) 231.89º 0.17% 0.86% -
XYZ 50.43 51.2 74.94 -
YUV 190.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 183 188 220 0.17 0.15 0 0.14 231.89 0.35 0.79
Hex B7 BC DC 11 F 0 E E8 23 4F
Octal 267 274 334 21 17 0 16 350 43 117
Binary 10110111 10111100 11011100 10001 1111 0 1110 11101000 100011 1001111

Color Harmonies of #B7BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCDC

Black with #B7BCDC

Text Example


Text Example

White with #B7BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCDC; }

 p { color: rgb(183,188,220); }

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

background-color css

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

 a { background-color: rgb(183,188,220); }

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

border-color css

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

 span { border-color: rgb(183,188,220); }

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