Html Css Color HEX #B6BBDD Perano

📋 copy color: '#B6BBDD'

red 182 ◦ green 187 ◦ blue 221

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

Shades of Perano #B6BBDD

Tints of Perano #B6BBDD

RGB

 RED value IS 182 (71.48% from 255) = 30.85%

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 30.85%
G = 31.69%
B = 37.46%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BBDD (or 0xB6BBDD) is known color: Perano. HEX triplet: B6, BB and DD. RGB value is (182,187,221). Sum of RGB (Red+Green+Blue) = 182+187+221=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBDD is #494422. Grayscale: #BDBDBD. Windows color (decimal): -4801571 or 14531510. OLE color: 14531510.

HSL color Cylindrical-coordinate representation of color #B6BBDD: hue angle of 232.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6BBDD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 187 221 -
CMYK 0.18 0.15 0 0.13
HSL 232.31º 0.36% 0.79% -
HSV(B) 232.31º 0.18% 0.87% -
XYZ 50.11 50.71 75.55 -
YUV 189.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 182 187 221 0.18 0.15 0 0.13 232.31 0.36 0.79
Hex B6 BB DD 12 F 0 D E8 24 4F
Octal 266 273 335 22 17 0 15 350 44 117
Binary 10110110 10111011 11011101 10010 1111 0 1101 11101000 100100 1001111

Color Harmonies of #B6BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBDD

Black with #B6BBDD

Text Example


Text Example

White with #B6BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBDD; }

 p { color: rgb(182,187,221); }

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

background-color css

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

 a { background-color: rgb(182,187,221); }

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

border-color css

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

 span { border-color: rgb(182,187,221); }

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