Html Css Color HEX #B2BBDB Perano

📋 copy color: '#B2BBDB'

red 178 ◦ green 187 ◦ blue 219

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

Shades of Perano #B2BBDB

Tints of Perano #B2BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.02%

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

R = 30.48%
G = 32.02%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2BBDB (or 0xB2BBDB) is known color: Perano. HEX triplet: B2, BB and DB. RGB value is (178,187,219). Sum of RGB (Red+Green+Blue) = 178+187+219=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDB is #4D4424. Grayscale: #BBBBBB. Windows color (decimal): -5063717 or 14400434. OLE color: 14400434.

HSL color Cylindrical-coordinate representation of color #B2BBDB: hue angle of 226.83º 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 #B2BBDB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 187 219 -
CMYK 0.19 0.15 0 0.14
HSL 226.83º 0.36% 0.78% -
HSV(B) 226.83º 0.19% 0.86% -
XYZ 48.92 50.12 74.11 -
YUV 187.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 178 187 219 0.19 0.15 0 0.14 226.83 0.36 0.78
Hex B2 BB DB 13 F 0 E E3 24 4E
Octal 262 273 333 23 17 0 16 343 44 116
Binary 10110010 10111011 11011011 10011 1111 0 1110 11100011 100100 1001110

Color Harmonies of #B2BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBDB

Black with #B2BBDB

Text Example


Text Example

White with #B2BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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