Html Css Color HEX #B2BCDB Perano

📋 copy color: '#B2BCDB'

red 178 ◦ green 188 ◦ blue 219

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

Shades of Perano #B2BCDB

Tints of Perano #B2BCDB

RGB

 RED value IS 178 (69.92% from 255) = 30.43%

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 30.43%
G = 32.14%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2BCDB (or 0xB2BCDB) is known color: Perano. HEX triplet: B2, BC and DB. RGB value is (178,188,219). Sum of RGB (Red+Green+Blue) = 178+188+219=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCDB is #4D4324. Grayscale: #BCBCBC. Windows color (decimal): -5063461 or 14400690. OLE color: 14400690.

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

Color convert

RGB 178 188 219 -
CMYK 0.19 0.14 0 0.14
HSL 225.37º 0.36% 0.78% -
HSV(B) 225.37º 0.19% 0.86% -
XYZ 49.13 50.55 74.18 -
YUV 188.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 178 188 219 0.19 0.14 0 0.14 225.37 0.36 0.78
Hex B2 BC DB 13 E 0 E E1 24 4E
Octal 262 274 333 23 16 0 16 341 44 116
Binary 10110010 10111100 11011011 10011 1110 0 1110 11100001 100100 1001110

Color Harmonies of #B2BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCDB

Black with #B2BCDB

Text Example


Text Example

White with #B2BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCDB; }

 p { color: rgb(178,188,219); }

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

background-color css

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

 a { background-color: rgb(178,188,219); }

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

border-color css

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

 span { border-color: rgb(178,188,219); }

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