#BDC9FA

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

Shades of Periwinkle #BDC9FA

Tints of Periwinkle #BDC9FA

Color information

#BDC9FA (or 0xBDC9FA) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and FA. RGB value is (189,201,250). Sum of RGB (Red+Green+Blue) = 189+201+250=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FA is #423605. Grayscale: #CACACA. Windows color (decimal): -4339206 or 16435645. OLE color: 16435645.

HSL color Cylindrical-coordinate representation of color #BDC9FA: hue angle of 228.2º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC9FA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189201250-
CMYK0.240.2000.02
HSL228.2º85.92%86.08%-
HSV(B)228.2º24.4%98.04%-
XYZ59.1359.4998.81-
YUV203154.52118.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=29.53%
G=31.41%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892012500.240.2000.02228.285.9286.08
HexBDC9FA181402e45656
Octal275311372302402344126126
Binary10111101110010011111101011000101000101110010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9FA; }

 p { color: rgb(189,201,250); }

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

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

 a { background-color: rgb(189,201,250); }

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

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

 span { border-color: rgb(189,201,250); }

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