#BDCBFA

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

Shades of Periwinkle #BDCBFA

Tints of Periwinkle #BDCBFA

Color information

#BDCBFA (or 0xBDCBFA) is unknown color: approx Periwinkle. HEX triplet: BD, CB and FA. RGB value is (189,203,250). Sum of RGB (Red+Green+Blue) = 189+203+250=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBFA is #423405. Grayscale: #CBCBCB. Windows color (decimal): -4338694 or 16436157. OLE color: 16436157.

HSL color Cylindrical-coordinate representation of color #BDCBFA: hue angle of 226.23º degrees, saturation: 0.86, 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 #BDCBFA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189203250-
CMYK0.240.1900.02
HSL226.23º85.92%86.08%-
HSV(B)226.23º24.4%98.04%-
XYZ59.660.4398.97-
YUV204.17153.86117.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=29.44%
G=31.62%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892032500.240.1900.02226.2385.9286.08
HexBDCBFA181302e25656
Octal275313372302302342126126
Binary10111101110010111111101011000100110101110001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBFA; }

 p { color: rgb(189,203,250); }

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

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

 a { background-color: rgb(189,203,250); }

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

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

 span { border-color: rgb(189,203,250); }

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