#BDCFF5

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

Shades of Periwinkle #BDCFF5

Tints of Periwinkle #BDCFF5

Color information

#BDCFF5 (or 0xBDCFF5) is unknown color: approx Periwinkle. HEX triplet: BD, CF and F5. RGB value is (189,207,245). Sum of RGB (Red+Green+Blue) = 189+207+245=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF5 is #42300A. Grayscale: #CDCDCD. Windows color (decimal): -4337675 or 16109501. OLE color: 16109501.

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

Color convert

RGB189207245-
CMYK0.230.1600.04
HSL220.71º73.68%85.1%-
HSV(B)220.71º22.86%96.08%-
XYZ59.7862.0495.21-
YUV205.95150.04115.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=29.49%
G=32.29%
B=38.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892072450.230.1600.04220.7173.6885.1
HexBDCFF5171004dd4a55
Octal275317365272004335112125
Binary101111011100111111110101101111000001001101110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFF5; }

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

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

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

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

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

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

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

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