#BDC1EE

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

Shades of Perano #BDC1EE

Tints of Perano #BDC1EE

Color information

#BDC1EE (or 0xBDC1EE) is unknown color: approx Perano. HEX triplet: BD, C1 and EE. RGB value is (189,193,238). Sum of RGB (Red+Green+Blue) = 189+193+238=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EE is #423E11. Grayscale: #C4C4C4. Windows color (decimal): -4341266 or 15647165. OLE color: 15647165.

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

Color convert

RGB189193238-
CMYK0.210.1900.07
HSL235.1º59.04%83.73%-
HSV(B)235.1º20.59%93.33%-
XYZ55.4955.1388.61-
YUV196.93151.17122.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=30.48%
G=31.13%
B=38.39%

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
Decimal1891932380.210.1900.07235.159.0483.73
HexBDC1EE151307eb3b54
Octal27530135625230735373124
Binary10111101110000011110111010101100110111111010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1EE; }

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

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

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

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

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

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

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

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