#BDC5F0

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

Shades of Periwinkle #BDC5F0

Tints of Periwinkle #BDC5F0

Color information

#BDC5F0 (or 0xBDC5F0) is unknown color: approx Periwinkle. HEX triplet: BD, C5 and F0. RGB value is (189,197,240). Sum of RGB (Red+Green+Blue) = 189+197+240=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F0 is #423A0F. Grayscale: #C7C7C7. Windows color (decimal): -4340240 or 15779261. OLE color: 15779261.

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

Color convert

RGB189197240-
CMYK0.210.1800.06
HSL230.59º62.96%84.12%-
HSV(B)230.59º21.25%94.12%-
XYZ56.6857.0490.46-
YUV199.51150.85120.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=30.19%
G=31.47%
B=38.34%

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
Decimal1891972400.210.1800.06230.5962.9684.12
HexBDC5F0151206e73f54
Octal27530536025220634777124
Binary10111101110001011111000010101100100110111001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5F0; }

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

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

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

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

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

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

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

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