Html Css Color HEX #B2BDDB Perano

📋 copy color: '#B2BDDB'

red 178 ◦ green 189 ◦ blue 219

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

Shades of Perano #B2BDDB

Tints of Perano #B2BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

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

R = 30.38%
G = 32.25%
B = 37.37%

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

#B2BDDB (or 0xB2BDDB) is known color: Perano. HEX triplet: B2, BD and DB. RGB value is (178,189,219). Sum of RGB (Red+Green+Blue) = 178+189+219=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDDB is #4D4224. Grayscale: #BDBDBD. Windows color (decimal): -5063205 or 14400946. OLE color: 14400946.

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

Color convert

RGB 178 189 219 -
CMYK 0.19 0.14 0 0.14
HSL 223.9º 0.36% 0.78% -
HSV(B) 223.9º 0.19% 0.86% -
XYZ 49.34 50.97 74.26 -
YUV 189.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 178 189 219 0.19 0.14 0 0.14 223.9 0.36 0.78
Hex B2 BD DB 13 E 0 E E0 24 4E
Octal 262 275 333 23 16 0 16 340 44 116
Binary 10110010 10111101 11011011 10011 1110 0 1110 11100000 100100 1001110

Color Harmonies of #B2BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDDB

Black with #B2BDDB

Text Example


Text Example

White with #B2BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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