#B6BDDE

Color #B6BDDE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B6BDDE

Tints of Perano #B6BDDE

Color information

#B6BDDE (or 0xB6BDDE) is unknown color: approx Perano. HEX triplet: B6, BD and DE. RGB value is (182,189,222). Sum of RGB (Red+Green+Blue) = 182+189+222=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDDE is #494221. Grayscale: #BEBEBE. Windows color (decimal): -4801058 or 14597558. OLE color: 14597558.

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

Color convert

RGB182189222-
CMYK0.180.1500.13
HSL229.5º37.74%79.22%-
HSV(B)229.5º18.02%87.06%-
XYZ50.6751.6176.4-
YUV190.67145.68121.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=30.69%
G=31.87%
B=37.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821892220.180.1500.13229.537.7479.22
HexB6BDDE12F0De6264f
Octal266275336221701534646117
Binary10110110101111011101111010010111101101111001101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDDE; }

 p { color: rgb(182,189,222); }

 H1.HeaderClassName
 {
   color: #B6BDDE;
 }
 .AnyTagClassName
 {
   color: #B6BDDE;
 }
</style>
background-color css

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

 a { background-color: rgb(182,189,222); }

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

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

 span { border-color: rgb(182,189,222); }

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