#BDD1F5

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

Shades of Periwinkle #BDD1F5

Tints of Periwinkle #BDD1F5

Color information

#BDD1F5 (or 0xBDD1F5) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and F5. RGB value is (189,209,245). Sum of RGB (Red+Green+Blue) = 189+209+245=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F5 is #422E0A. Grayscale: #CECECE. Windows color (decimal): -4337163 or 16110013. OLE color: 16110013.

HSL color Cylindrical-coordinate representation of color #BDD1F5: hue angle of 218.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD1F5 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189209245-
CMYK0.230.1500.04
HSL218.57º73.68%85.1%-
HSV(B)218.57º22.86%96.08%-
XYZ60.2763.0195.37-
YUV207.12149.37115.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 209 (82.03% from 255) = 32.50%
BLUE value IS 245 (96.09% from 255) = 38.10%
R=29.39%
G=32.50%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892092450.230.1500.04218.5773.6885.1
HexBDD1F517F04db4a55
Octal275321365271704333112125
Binary10111101110100011111010110111111101001101101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1F5; }

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

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

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

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

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

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

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

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