#BDC0EA

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

Shades of Perano #BDC0EA

Tints of Perano #BDC0EA

Color information

#BDC0EA (or 0xBDC0EA) is unknown color: approx Perano. HEX triplet: BD, C0 and EA. RGB value is (189,192,234). Sum of RGB (Red+Green+Blue) = 189+192+234=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EA is #423F15. Grayscale: #C3C3C3. Windows color (decimal): -4341526 or 15384765. OLE color: 15384765.

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

Color convert

RGB189192234-
CMYK0.190.1800.08
HSL236º51.72%82.94%-
HSV(B)236º19.23%91.76%-
XYZ54.6954.4685.47-
YUV195.89149.51123.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=30.73%
G=31.22%
B=38.05%

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
Decimal1891922340.190.1800.0823651.7282.94
HexBDC0EA131208ec3453
Octal275300352232201035464123
Binary101111011100000011101010100111001001000111011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0EA; }

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

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

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

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

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

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

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

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