#BDC4F0

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

Shades of Periwinkle #BDC4F0

Tints of Periwinkle #BDC4F0

Color information

#BDC4F0 (or 0xBDC4F0) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and F0. RGB value is (189,196,240). Sum of RGB (Red+Green+Blue) = 189+196+240=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F0 is #423B0F. Grayscale: #C6C6C6. Windows color (decimal): -4340496 or 15779005. OLE color: 15779005.

HSL color Cylindrical-coordinate representation of color #BDC4F0: hue angle of 231.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC4F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189196240-
CMYK0.210.1800.06
HSL231.76º62.96%84.12%-
HSV(B)231.76º21.25%94.12%-
XYZ56.4556.5990.39-
YUV198.92151.18120.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=30.24%
G=31.36%
B=38.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891962400.210.1800.06231.7662.9684.12
HexBDC4F0151206e83f54
Octal27530436025220635077124
Binary10111101110001001111000010101100100110111010001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4F0; }

 p { color: rgb(189,196,240); }

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

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

 a { background-color: rgb(189,196,240); }

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

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

 span { border-color: rgb(189,196,240); }

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