#BDD0F7

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

Shades of Periwinkle #BDD0F7

Tints of Periwinkle #BDD0F7

Color information

#BDD0F7 (or 0xBDD0F7) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and F7. RGB value is (189,208,247). Sum of RGB (Red+Green+Blue) = 189+208+247=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F7 is #422F08. Grayscale: #CECECE. Windows color (decimal): -4337417 or 16240829. OLE color: 16240829.

HSL color Cylindrical-coordinate representation of color #BDD0F7: hue angle of 220.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD0F7 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189208247-
CMYK0.230.1600.03
HSL220.34º78.38%85.49%-
HSV(B)220.34º23.48%96.86%-
XYZ60.3362.6596.91-
YUV206.76150.71115.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 247 (96.88% from 255) = 38.35%
R=29.35%
G=32.30%
B=38.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892082470.230.1600.03220.3478.3885.49
HexBDD0F7171003dc4e55
Octal275320367272003334116125
Binary10111101110100001111011110111100000111101110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0F7; }

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

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

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

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

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

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

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

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