#BDD1FC

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

Shades of Periwinkle #BDD1FC

Tints of Periwinkle #BDD1FC

Color information

#BDD1FC (or 0xBDD1FC) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and FC. RGB value is (189,209,252). Sum of RGB (Red+Green+Blue) = 189+209+252=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FC is #422E03. Grayscale: #CFCFCF. Windows color (decimal): -4337156 or 16568765. OLE color: 16568765.

HSL color Cylindrical-coordinate representation of color #BDD1FC: hue angle of 220.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD1FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189209252-
CMYK0.250.1700.01
HSL220.95º91.3%86.47%-
HSV(B)220.95º25%98.82%-
XYZ61.3663.45101.11-
YUV207.92152.87114.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=29.08%
G=32.15%
B=38.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892092520.250.1700.01220.9591.386.47
HexBDD1FC191101dd5b56
Octal275321374312101335133126
Binary1011110111010001111111001100110001011101110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1FC; }

 p { color: rgb(189,209,252); }

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

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

 a { background-color: rgb(189,209,252); }

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

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

 span { border-color: rgb(189,209,252); }

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