#BDCDFD

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

Shades of Periwinkle #BDCDFD

Tints of Periwinkle #BDCDFD

Color information

#BDCDFD (or 0xBDCDFD) is unknown color: approx Periwinkle. HEX triplet: BD, CD and FD. RGB value is (189,205,253). Sum of RGB (Red+Green+Blue) = 189+205+253=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDFD is #423202. Grayscale: #CDCDCD. Windows color (decimal): -4338179 or 16633277. OLE color: 16633277.

HSL color Cylindrical-coordinate representation of color #BDCDFD: hue angle of 225º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCDFD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189205253-
CMYK0.250.1900.01
HSL225º94.12%86.67%-
HSV(B)225º25.3%99.22%-
XYZ60.5561.57101.62-
YUV205.69154.7116.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=29.21%
G=31.68%
B=39.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892052530.250.1900.0122594.1286.67
HexBDCDFD191301e15e57
Octal275315375312301341136127
Binary1011110111001101111111011100110011011110000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDFD; }

 p { color: rgb(189,205,253); }

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

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

 a { background-color: rgb(189,205,253); }

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

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

 span { border-color: rgb(189,205,253); }

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