#BDCFFB

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

Shades of Periwinkle #BDCFFB

Tints of Periwinkle #BDCFFB

Color information

#BDCFFB (or 0xBDCFFB) is unknown color: approx Periwinkle. HEX triplet: BD, CF and FB. RGB value is (189,207,251). Sum of RGB (Red+Green+Blue) = 189+207+251=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFFB is #423004. Grayscale: #CECECE. Windows color (decimal): -4337669 or 16502717. OLE color: 16502717.

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

Color convert

RGB189207251-
CMYK0.250.1800.02
HSL222.58º88.57%86.27%-
HSV(B)222.58º24.7%98.43%-
XYZ60.7162.41100.11-
YUV206.63153.04115.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=29.21%
G=31.99%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892072510.250.1800.02222.5888.5786.27
HexBDCFFB191202df5956
Octal275317373312202337131126
Binary10111101110011111111101111001100100101101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFFB; }

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

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

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

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

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

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

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

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