#BDD0F1

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

Shades of Periwinkle #BDD0F1

Tints of Periwinkle #BDD0F1

Color information

#BDD0F1 (or 0xBDD0F1) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and F1. RGB value is (189,208,241). Sum of RGB (Red+Green+Blue) = 189+208+241=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F1 is #422F0E. Grayscale: #CDCDCD. Windows color (decimal): -4337423 or 15847613. OLE color: 15847613.

HSL color Cylindrical-coordinate representation of color #BDD0F1: hue angle of 218.08º 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 #BDD0F1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189208241-
CMYK0.220.1400.05
HSL218.08º65%84.31%-
HSV(B)218.08º21.58%94.51%-
XYZ59.4262.2892.11-
YUV206.08147.71115.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=29.62%
G=32.60%
B=37.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892082410.220.1400.05218.086584.31
HexBDD0F116E05da4154
Octal275320361261605332101124
Binary10111101110100001111000110110111001011101101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0F1; }

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

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

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

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

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

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

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

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