#BDCFF9

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

Shades of Periwinkle #BDCFF9

Tints of Periwinkle #BDCFF9

Color information

#BDCFF9 (or 0xBDCFF9) is unknown color: approx Periwinkle. HEX triplet: BD, CF and F9. RGB value is (189,207,249). Sum of RGB (Red+Green+Blue) = 189+207+249=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF9 is #423006. Grayscale: #CECECE. Windows color (decimal): -4337671 or 16371645. OLE color: 16371645.

HSL color Cylindrical-coordinate representation of color #BDCFF9: hue angle of 222º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCFF9 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189207249-
CMYK0.240.1700.02
HSL222º83.33%85.88%-
HSV(B)222º24.1%97.65%-
XYZ60.462.2898.46-
YUV206.41152.04115.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 249 (97.66% from 255) = 38.60%
R=29.30%
G=32.09%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892072490.240.1700.0222283.3385.88
HexBDCFF9181102de5356
Octal275317371302102336123126
Binary10111101110011111111100111000100010101101111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFF9; }

 p { color: rgb(189,207,249); }

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

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

 a { background-color: rgb(189,207,249); }

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

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

 span { border-color: rgb(189,207,249); }

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