#BDC1EA

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

Shades of Perano #BDC1EA

Tints of Perano #BDC1EA

Color information

#BDC1EA (or 0xBDC1EA) is unknown color: approx Perano. HEX triplet: BD, C1 and EA. RGB value is (189,193,234). Sum of RGB (Red+Green+Blue) = 189+193+234=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EA is #423E15. Grayscale: #C4C4C4. Windows color (decimal): -4341270 or 15385021. OLE color: 15385021.

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

Color convert

RGB189193234-
CMYK0.190.1800.08
HSL234.67º51.72%82.94%-
HSV(B)234.67º19.23%91.76%-
XYZ54.9154.985.54-
YUV196.48149.17122.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=30.68%
G=31.33%
B=37.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891932340.190.1800.08234.6751.7282.94
HexBDC1EA131208eb3453
Octal275301352232201035364123
Binary101111011100000111101010100111001001000111010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1EA; }

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

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

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

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

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

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

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

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