Html Css Color HEX #B0BCDC Perano

📋 copy color: '#B0BCDC'

red 176 ◦ green 188 ◦ blue 220

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

Shades of Perano #B0BCDC

Tints of Perano #B0BCDC

RGB

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

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

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

R = 30.14%
G = 32.19%
B = 37.67%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0BCDC (or 0xB0BCDC) is known color: Perano. HEX triplet: B0, BC and DC. RGB value is (176,188,220). Sum of RGB (Red+Green+Blue) = 176+188+220=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCDC is #4F4323. Grayscale: #BBBBBB. Windows color (decimal): -5194532 or 14466224. OLE color: 14466224.

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

Color convert

RGB 176 188 220 -
CMYK 0.2 0.15 0 0.14
HSL 223.64º 0.39% 0.78% -
HSV(B) 223.64º 0.2% 0.86% -
XYZ 48.81 50.36 74.86 -
YUV 188.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 176 188 220 0.2 0.15 0 0.14 223.64 0.39 0.78
Hex B0 BC DC 14 F 0 E E0 27 4E
Octal 260 274 334 24 17 0 16 340 47 116
Binary 10110000 10111100 11011100 10100 1111 0 1110 11100000 100111 1001110

Color Harmonies of #B0BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCDC

Black with #B0BCDC

Text Example


Text Example

White with #B0BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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