#BDC1EB

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

Shades of Perano #BDC1EB

Tints of Perano #BDC1EB

Color information

#BDC1EB (or 0xBDC1EB) is unknown color: approx Perano. HEX triplet: BD, C1 and EB. RGB value is (189,193,235). Sum of RGB (Red+Green+Blue) = 189+193+235=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EB is #423E14. Grayscale: #C4C4C4. Windows color (decimal): -4341269 or 15450557. OLE color: 15450557.

HSL color Cylindrical-coordinate representation of color #BDC1EB: hue angle of 234.78º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC1EB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189193235-
CMYK0.200.1800.08
HSL234.78º53.49%83.14%-
HSV(B)234.78º19.57%92.16%-
XYZ55.0554.9686.3-
YUV196.59149.67122.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=30.63%
G=31.28%
B=38.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891932350.200.1800.08234.7853.4983.14
HexBDC1EB141208eb3553
Octal275301353242201035365123
Binary101111011100000111101011101001001001000111010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1EB; }

 p { color: rgb(189,193,235); }

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

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

 a { background-color: rgb(189,193,235); }

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

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

 span { border-color: rgb(189,193,235); }

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