#BDD3F0

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

Shades of Periwinkle #BDD3F0

Tints of Periwinkle #BDD3F0

Color information

#BDD3F0 (or 0xBDD3F0) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and F0. RGB value is (189,211,240). Sum of RGB (Red+Green+Blue) = 189+211+240=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3F0 is #422C0F. Grayscale: #CFCFCF. Windows color (decimal): -4336656 or 15782845. OLE color: 15782845.

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

Color convert

RGB189211240-
CMYK0.210.1200.06
HSL214.12º62.96%84.12%-
HSV(B)214.12º21.25%94.12%-
XYZ60.0163.791.57-
YUV207.73146.21114.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 211 (82.81% from 255) = 32.97%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=29.53%
G=32.97%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892112400.210.1200.06214.1262.9684.12
HexBDD3F015C06d63f54
Octal27532336025140632677124
Binary1011110111010011111100001010111000110110101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3F0; }

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

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

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

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

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

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

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

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