#BDD0F2

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

Shades of Periwinkle #BDD0F2

Tints of Periwinkle #BDD0F2

Color information

#BDD0F2 (or 0xBDD0F2) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and F2. RGB value is (189,208,242). Sum of RGB (Red+Green+Blue) = 189+208+242=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F2 is #422F0D. Grayscale: #CECECE. Windows color (decimal): -4337422 or 15913149. OLE color: 15913149.

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

Color convert

RGB189208242-
CMYK0.220.1400.05
HSL218.49º67.09%84.51%-
HSV(B)218.49º21.9%94.9%-
XYZ59.5762.3492.9-
YUV206.19148.21115.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 208 (81.64% from 255) = 32.55%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=29.58%
G=32.55%
B=37.87%

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
Decimal1892082420.220.1400.05218.4967.0984.51
HexBDD0F216E05da4355
Octal275320362261605332103125
Binary10111101110100001111001010110111001011101101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0F2; }

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

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

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

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

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

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

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

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