#BDCFF3

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

Shades of Periwinkle #BDCFF3

Tints of Periwinkle #BDCFF3

Color information

#BDCFF3 (or 0xBDCFF3) is unknown color: approx Periwinkle. HEX triplet: BD, CF and F3. RGB value is (189,207,243). Sum of RGB (Red+Green+Blue) = 189+207+243=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF3 is #42300C. Grayscale: #CDCDCD. Windows color (decimal): -4337677 or 15978429. OLE color: 15978429.

HSL color Cylindrical-coordinate representation of color #BDCFF3: hue angle of 220º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCFF3 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189207243-
CMYK0.220.1500.05
HSL220º69.23%84.71%-
HSV(B)220º22.22%95.29%-
XYZ59.4861.9293.61-
YUV205.72149.04116.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=29.58%
G=32.39%
B=38.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892072430.220.1500.0522069.2384.71
HexBDCFF316F05dc4555
Octal275317363261705334105125
Binary10111101110011111111001110110111101011101110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFF3; }

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

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

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

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

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

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

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

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