#BDD0F5

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

Shades of Periwinkle #BDD0F5

Tints of Periwinkle #BDD0F5

Color information

#BDD0F5 (or 0xBDD0F5) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and F5. RGB value is (189,208,245). Sum of RGB (Red+Green+Blue) = 189+208+245=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F5 is #422F0A. Grayscale: #CECECE. Windows color (decimal): -4337419 or 16109757. OLE color: 16109757.

HSL color Cylindrical-coordinate representation of color #BDD0F5: hue angle of 219.64º 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 #BDD0F5 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189208245-
CMYK0.230.1500.04
HSL219.64º73.68%85.1%-
HSV(B)219.64º22.86%96.08%-
XYZ60.0262.5295.29-
YUV206.54149.71115.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 245 (96.09% from 255) = 38.16%
R=29.44%
G=32.40%
B=38.16%

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
Decimal1892082450.230.1500.04219.6473.6885.1
HexBDD0F517F04dc4a55
Octal275320365271704334112125
Binary10111101110100001111010110111111101001101110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0F5; }

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

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

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

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

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

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

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

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