Html Css Color HEX #B2BBDC Perano

📋 copy color: '#B2BBDC'

red 178 ◦ green 187 ◦ blue 220

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

Shades of Perano #B2BBDC

Tints of Perano #B2BBDC

RGB

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

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

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

R = 30.43%
G = 31.97%
B = 37.61%

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

#B2BBDC (or 0xB2BBDC) is known color: Perano. HEX triplet: B2, BB and DC. RGB value is (178,187,220). Sum of RGB (Red+Green+Blue) = 178+187+220=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDC is #4D4423. Grayscale: #BBBBBB. Windows color (decimal): -5063716 or 14465970. OLE color: 14465970.

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

Color convert

RGB 178 187 220 -
CMYK 0.19 0.15 0 0.14
HSL 227.14º 0.38% 0.78% -
HSV(B) 227.14º 0.19% 0.86% -
XYZ 49.05 50.17 74.81 -
YUV 188.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 178 187 220 0.19 0.15 0 0.14 227.14 0.38 0.78
Hex B2 BB DC 13 F 0 E E3 26 4E
Octal 262 273 334 23 17 0 16 343 46 116
Binary 10110010 10111011 11011100 10011 1111 0 1110 11100011 100110 1001110

Color Harmonies of #B2BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBDC

Black with #B2BBDC

Text Example


Text Example

White with #B2BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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