#BDC0EB

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

Shades of Perano #BDC0EB

Tints of Perano #BDC0EB

Color information

#BDC0EB (or 0xBDC0EB) is unknown color: approx Perano. HEX triplet: BD, C0 and EB. RGB value is (189,192,235). Sum of RGB (Red+Green+Blue) = 189+192+235=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EB is #423F14. Grayscale: #C3C3C3. Windows color (decimal): -4341525 or 15450301. OLE color: 15450301.

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

Color convert

RGB189192235-
CMYK0.200.1800.08
HSL236.09º53.49%83.14%-
HSV(B)236.09º19.57%92.16%-
XYZ54.8354.5286.23-
YUV196150.01123-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=30.68%
G=31.17%
B=38.15%

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
Decimal1891922350.200.1800.08236.0953.4983.14
HexBDC0EB141208ec3553
Octal275300353242201035465123
Binary101111011100000011101011101001001001000111011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0EB; }

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

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

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

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

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

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

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

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