#BDD1F1

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

Shades of Periwinkle #BDD1F1

Tints of Periwinkle #BDD1F1

Color information

#BDD1F1 (or 0xBDD1F1) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and F1. RGB value is (189,209,241). Sum of RGB (Red+Green+Blue) = 189+209+241=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F1 is #422E0E. Grayscale: #CECECE. Windows color (decimal): -4337167 or 15847869. OLE color: 15847869.

HSL color Cylindrical-coordinate representation of color #BDD1F1: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD1F1 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189209241-
CMYK0.220.1300.05
HSL216.92º65%84.31%-
HSV(B)216.92º21.58%94.51%-
XYZ59.6662.7792.19-
YUV206.67147.37115.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 209 (82.03% from 255) = 32.71%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=29.58%
G=32.71%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892092410.220.1300.05216.926584.31
HexBDD1F116D05d94154
Octal275321361261505331101124
Binary10111101110100011111000110110110101011101100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1F1; }

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

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

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

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

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

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

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

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