#BDC0EE

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

Shades of Perano #BDC0EE

Tints of Perano #BDC0EE

Color information

#BDC0EE (or 0xBDC0EE) is unknown color: approx Perano. HEX triplet: BD, C0 and EE. RGB value is (189,192,238). Sum of RGB (Red+Green+Blue) = 189+192+238=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EE is #423F11. Grayscale: #C4C4C4. Windows color (decimal): -4341522 or 15646909. OLE color: 15646909.

HSL color Cylindrical-coordinate representation of color #BDC0EE: hue angle of 236.33º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189192238-
CMYK0.210.1900.07
HSL236.33º59.04%83.73%-
HSV(B)236.33º20.59%93.33%-
XYZ55.2754.6988.53-
YUV196.35151.51122.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=30.53%
G=31.02%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891922380.210.1900.07236.3359.0483.73
HexBDC0EE151307ec3b54
Octal27530035625230735473124
Binary10111101110000001110111010101100110111111011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0EE; }

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

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

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

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

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

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

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

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